diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js index 513c6e97..cf16010c 100644 --- a/website/docusaurus.config.js +++ b/website/docusaurus.config.js @@ -26,6 +26,12 @@ module.exports = { label: "Getting Started", position: "left", }, + { + to: "docs/settings", + activeBasePath: "docs/settings", + label: "Settings", + position: "left", + }, { to: "docs/software", activeBasePath: "docs/software", @@ -67,6 +73,10 @@ module.exports = { label: "Getting Started", to: "docs/getting-started", }, + { + label: "Settings", + to: "docs/settings", + }, { label: "Software", to: "docs/software",