Merge pull request #7 from ditkrg/dev
Change title to Digital Service Guidelines
This commit is contained in:
commit
503c3029b3
@ -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,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user