Change title to Digital Services Guidelines

This commit is contained in:
dashty94 2022-10-18 14:15:16 +03:00
parent 4410fe7034
commit 4a91cda529
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 Guidelines
# DIT Digital Services Guidelines

View File

@ -5,7 +5,7 @@ const darkCodeTheme = require('prism-react-renderer/themes/dracula');
/** @type {import('@docusaurus/types').Config} */
const config = {
title: 'DIT Digital Service Guidelines',
title: 'DIT Digital Services 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 Guidelines',
title: 'DIT Digital Services 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 Guidelines.`,
copyright: `Copyright © ${new Date().getFullYear()} DIT Digital Services Guidelines.`,
},
prism: {
theme: lightCodeTheme,