Merge pull request #258 from jfirwin/contribute-dropdown

Navigation work - reformatted dropdowns
This commit is contained in:
Foster Irwin 2022-02-23 13:32:45 -07:00 committed by GitHub
commit e04677595a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -41,32 +41,46 @@ const config = {
activeBasePath: "docs/about", activeBasePath: "docs/about",
}, },
*/ */
/*
{ {
label: "Showcase", label: "Showcase",
to: "showcase", to: "showcase",
activeBasePath: "showcase", activeBasePath: "showcase",
}, },
*/
{ {
label: "Documentation", label: "Documentation",
items: [ items: [
{
label: "Meshtastic Software",
to: "docs/software",
},
{ {
label: "Getting Started", label: "Getting Started",
to: "docs/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", to: "docs/settings",
}, },
{ {
label: "Hardware Details", label: "Hardware Details",
to: "docs/hardware", to: "docs/hardware",
}, },
/*
{ {
label: "Contribute to Meshtastic", label: "Mesh Radio Details",
to: "docs/mesh"
},
*/
{
label: "Meshtastic Software",
to: "docs/software",
},
],
},
{
label: "Contribute",
items: [
{
label: "Developers",
to: "docs/developers", to: "docs/developers",
}, },
{ {
@ -77,7 +91,6 @@ const config = {
label: "Legal", label: "Legal",
to: "docs/legal", to: "docs/legal",
}, },
], ],
}, },
{ {