From a13bac24fed84160bc23ca879c44dd06d07116dd Mon Sep 17 00:00:00 2001 From: Foster Irwin Date: Wed, 23 Feb 2022 09:35:28 -0700 Subject: [PATCH] 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", }, - ], }, {