Skip to content

Commit

Permalink
Merge pull request #29 from MinecraftCitiesNetwork/Nacholebraa-patch-5
Browse files Browse the repository at this point in the history
Update docusaurus.config.js
  • Loading branch information
MinecraftCitiesNetwork authored Feb 18, 2024
2 parents bed634a + 99ce3aa commit c17f069
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,13 @@ const config = {
editUrl:
'https://github.com/MinecraftCitiesNetwork/democracycraft-wiki/tree/main/',
},
rules: {
showReadingTime: true,
// Please change this to your repo.
// Remove this to remove the "edit this page" links.
editUrl:
'https://github.com/MinecraftCitiesNetwork/democracycraft-wiki/tree/main/',
},
theme: {
customCss: './src/css/custom.css',
},
Expand All @@ -76,10 +83,18 @@ const config = {
position: 'left',
label: 'Tutorial',
},
{to: '/blog', label: 'Changelog', position: 'left'},
{
type: 'docSidebar',
sidebarId: 'tutorialSidebar',
position: 'left',
label: 'Changelog',
},
{
type: 'docSidebar',
sidebarId: 'tutorialSidebar',
position: 'left',
label: 'Rules',
},
{to: '/rules', label: 'Rules', position: 'left'},
{
href: 'https://github.com/MinecraftCitiesNetwork/democracycraft-wiki/',
label: 'GitHub',
Expand Down

0 comments on commit c17f069

Please sign in to comment.