From a13bac24fed84160bc23ca879c44dd06d07116dd Mon Sep 17 00:00:00 2001 From: Foster Irwin Date: Wed, 23 Feb 2022 09:35:28 -0700 Subject: [PATCH 1/4] contribute dropdown --- docusaurus.config.js | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index df1ecfc8..4c071abd 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -49,10 +49,6 @@ const config = { { label: "Documentation", items: [ - { - label: "Meshtastic Software", - to: "docs/software", - }, { label: "Getting Started", to: "docs/getting-started", @@ -65,6 +61,15 @@ const config = { label: "Hardware Details", to: "docs/hardware", }, + { + label: "Meshtastic Software", + to: "docs/software", + }, + ], + }, + { + label: "Contribute", + items: [ { label: "Contribute to Meshtastic", to: "docs/developers", @@ -77,7 +82,6 @@ const config = { label: "Legal", to: "docs/legal", }, - ], }, { From d4fa908ac9a07c58a162528b52a82e8373468600 Mon Sep 17 00:00:00 2001 From: Foster Irwin Date: Wed, 23 Feb 2022 09:35:41 -0700 Subject: [PATCH 2/4] hide showcase --- docusaurus.config.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docusaurus.config.js b/docusaurus.config.js index 4c071abd..5d92fb9c 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -41,11 +41,13 @@ const config = { activeBasePath: "docs/about", }, */ +/* { label: "Showcase", to: "showcase", activeBasePath: "showcase", }, +*/ { label: "Documentation", items: [ From 6f39aab993193d8c8725ed6570a97fe82dda6923 Mon Sep 17 00:00:00 2001 From: Foster Irwin Date: Wed, 23 Feb 2022 11:10:14 -0700 Subject: [PATCH 3/4] renaming items --- docusaurus.config.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 5d92fb9c..b868b39a 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -55,8 +55,9 @@ const config = { label: "Getting Started", to: "docs/getting-started", }, + // FIXME create configuration & settings landing page and adjust path below { - label: "Device Settings", + label: "Configuration & Settings", to: "docs/settings", }, { @@ -73,7 +74,7 @@ const config = { label: "Contribute", items: [ { - label: "Contribute to Meshtastic", + label: "Developers", to: "docs/developers", }, { From b200d6542fe452cd84ec49dc82aaa7f7c983e12e Mon Sep 17 00:00:00 2001 From: Foster Irwin Date: Wed, 23 Feb 2022 11:10:22 -0700 Subject: [PATCH 4/4] adding placeholder --- docusaurus.config.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docusaurus.config.js b/docusaurus.config.js index b868b39a..fbdc55bb 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -64,6 +64,12 @@ const config = { label: "Hardware Details", to: "docs/hardware", }, +/* + { + label: "Mesh Radio Details", + to: "docs/mesh" + }, +*/ { label: "Meshtastic Software", to: "docs/software",