Change title to Digital Service Guidelines
This commit is contained in:
parent
958df6c9f7
commit
4410fe7034
@ -5,7 +5,7 @@ const darkCodeTheme = require('prism-react-renderer/themes/dracula');
|
||||
|
||||
/** @type {import('@docusaurus/types').Config} */
|
||||
const config = {
|
||||
title: 'DIT Digital Service Manual',
|
||||
title: 'DIT Digital Service Guidelines',
|
||||
url: 'https://service-manual.docs.dev.krd',
|
||||
baseUrl: '/',
|
||||
onBrokenLinks: 'throw',
|
||||
@ -33,7 +33,7 @@ const config = {
|
||||
/** @type {import('@docusaurus/preset-classic').ThemeConfig} */
|
||||
({
|
||||
navbar: {
|
||||
title: 'DIT Digital Service Manual',
|
||||
title: 'DIT Digital Service Guidelines',
|
||||
logo: {
|
||||
alt: 'My Site Logo',
|
||||
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: {
|
||||
theme: lightCodeTheme,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user