diff --git a/docs/documentation/about.md b/docs/wiki/about.md similarity index 100% rename from docs/documentation/about.md rename to docs/wiki/about.md diff --git a/docusaurus.config.js b/docusaurus.config.js index 5a2a0ef..8720820 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -71,7 +71,7 @@ const config = { type: 'docSidebar', sidebarId: 'documentationSidebar', position: 'left', - label: 'Docs', + label: 'Wiki', }, { type: 'docSidebar', @@ -115,11 +115,11 @@ const config = { items: [ { label: 'About the server', - to: '/docs/documentation/about', + to: '/docs/wiki/about', }, { label: 'Tutorials', - to: '/docs/documentation/about', + to: '/docs/wiki/about', } ], }, diff --git a/sidebars.js b/sidebars.js index 140e730..4970720 100644 --- a/sidebars.js +++ b/sidebars.js @@ -14,7 +14,7 @@ /** @type {import('@docusaurus/plugin-content-docs').SidebarsConfig} */ const sidebars = { // By default, Docusaurus generates a sidebar from the docs folder structure - documentationSidebar: [{type: 'autogenerated', dirName: 'documentation'}], + documentationSidebar: [{type: 'autogenerated', dirName: 'wiki'}], season1Sidebar: [{type: 'autogenerated', dirName: 'season1'}], season2Sidebar: [{type: 'autogenerated', dirName: 'season2'}], // But you can create a sidebar manually diff --git a/src/pages/index.js b/src/pages/index.js index 71684b5..2c4398e 100644 --- a/src/pages/index.js +++ b/src/pages/index.js @@ -19,7 +19,7 @@ function HomepageHeader() {