Merge pull request #7 from ditkrg/dev

Change title to Digital Service Guidelines
This commit is contained in:
Shkar T. Noori 2022-10-18 12:00:12 +03:00 committed by GitHub
commit 503c3029b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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,