Change title to Digital Service Guidelines

This commit is contained in:
dashty94 2022-10-18 11:10:21 +03:00
parent 958df6c9f7
commit 4410fe7034
No known key found for this signature in database
GPG Key ID: 2B78BC62214A9719
2 changed files with 4 additions and 4 deletions

View File

@ -1 +1 @@
# DIT Digital Service Manual # DIT Digital Service Guidelines

View File

@ -5,7 +5,7 @@ const darkCodeTheme = require('prism-react-renderer/themes/dracula');
/** @type {import('@docusaurus/types').Config} */ /** @type {import('@docusaurus/types').Config} */
const config = { const config = {
title: 'DIT Digital Service Manual', title: 'DIT Digital Service Guidelines',
url: 'https://service-manual.docs.dev.krd', url: 'https://service-manual.docs.dev.krd',
baseUrl: '/', baseUrl: '/',
onBrokenLinks: 'throw', onBrokenLinks: 'throw',
@ -33,7 +33,7 @@ const config = {
/** @type {import('@docusaurus/preset-classic').ThemeConfig} */ /** @type {import('@docusaurus/preset-classic').ThemeConfig} */
({ ({
navbar: { navbar: {
title: 'DIT Digital Service Manual', title: 'DIT Digital Service Guidelines',
logo: { logo: {
alt: 'My Site Logo', alt: 'My Site Logo',
src: 'img/krg-logo.png', src: 'img/krg-logo.png',
@ -83,7 +83,7 @@ const config = {
], ],
}, },
], ],
copyright: `Copyright © ${new Date().getFullYear()} DIT Digital Service Manual.`, copyright: `Copyright © ${new Date().getFullYear()} DIT Digital Service Guidelines.`,
}, },
prism: { prism: {
theme: lightCodeTheme, theme: lightCodeTheme,