mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-11-09 23:24:10 -08:00
renaming items
This commit is contained in:
parent
d4fa908ac9
commit
6f39aab993
|
@ -55,8 +55,9 @@ const config = {
|
||||||
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",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -73,7 +74,7 @@ const config = {
|
||||||
label: "Contribute",
|
label: "Contribute",
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
label: "Contribute to Meshtastic",
|
label: "Developers",
|
||||||
to: "docs/developers",
|
to: "docs/developers",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue