From c45e5c60a17940bdce95e66a7825234b398e6a6f Mon Sep 17 00:00:00 2001 From: Foster Irwin Date: Tue, 20 Apr 2021 13:38:07 -0600 Subject: [PATCH] added settings to header and footer --- website/docusaurus.config.js | 10 ++++++++++ 1 file changed, 10 insertions(+) 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",