mirror of
https://github.com/meshtastic/meshtastic.git
synced 2025-03-05 21:00:08 -08:00
Merge pull request #258 from jfirwin/contribute-dropdown
Navigation work - reformatted dropdowns
This commit is contained in:
commit
e04677595a
|
@ -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",
|
||||||
},
|
},
|
||||||
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue