Skip to content

Commit

Permalink
Update docusaurus.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
BurnhamR authored Dec 9, 2023
1 parent b5417bb commit 896de73
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ const darkCodeTheme = require('prism-react-renderer/themes/dracula');

/** @type {import('@docusaurus/types').Config} */
const config = {
title: 'MTDOJRP',
tagline: 'Montana Department of Justice Roleplay Documentation',
title: 'KCDOJRP',
tagline: 'Kelly County Department of Justice Roleplay Documentation',
favicon: 'img/favicon.ico',
url: 'https://docs.mtdojrp.org',
url: 'https://docs.kcdojrp.com',
baseUrl: '/',
organizationName: 'MTDOJRP',
organizationName: 'KCDOJRP',
projectName: 'docs',
onBrokenLinks: 'throw',
onBrokenMarkdownLinks: 'warn',
Expand Down Expand Up @@ -44,9 +44,9 @@ const config = {
({
image: 'img/MTDOJRP.png',
navbar: {
title: 'MTDOJRP',
title: 'KCDOJRP',
logo: {
alt: 'MTDOJRP',
alt: 'KCDOJRP',
src: 'img/MTDOJRP.png',
},
items: [
Expand All @@ -57,12 +57,12 @@ const config = {
label: 'Getting Started',
},
{
href: 'https://mtdojrp.org',
label: 'MTDOJRP',
href: 'https://KCDOJRP.com',
label: 'KCDOJRP',
position: 'right',
},
{
href: 'https://CAD.mtdojrp.org',
href: 'https://CAD.KCDOJRP.com',
label: 'CAD',
position: 'right',
},
Expand All @@ -75,7 +75,7 @@ const config = {
},
footer: {
style: 'dark',
copyright: `Copyright © ${new Date().getFullYear()} MTDOJRP.`,
copyright: `Copyright © ${new Date().getFullYear()} KCDOJRP.`,
},
prism: {
theme: darkCodeTheme,
Expand Down

0 comments on commit 896de73

Please sign in to comment.