mirror of
https://github.com/meshtastic/meshtastic.git
synced 2025-03-05 21:00:08 -08:00
added settings to header and footer
This commit is contained in:
parent
a7552be972
commit
c45e5c60a1
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue