moved settings into configuration sidebar

This commit is contained in:
Foster Irwin 2022-02-11 23:41:35 -07:00
parent 6908d33da9
commit 0dd06c8551

View file

@ -96,22 +96,30 @@ module.exports = {
}, },
], ],
}, },
GettingStarted: { Configuration: {
"Getting Started": [ "Getting Started": [
"getting-started/overview", "getting-started/overview",
"getting-started/faq", "getting-started/faq",
{ {
"Flashing firmware": [ "Flashing firmware": [
"getting-started/meshtastic-flasher", "getting-started/meshtastic-flasher",
"getting-started/flashing-esp32", {
"getting-started/flashing-nrf52", "Manual Method": [
"getting-started/flashing-esp32",
"getting-started/flashing-nrf52",
],
},
],
},
{
"Connect to Device": [
"getting-started/clients",
], ],
}, },
"getting-started/concepts", "getting-started/concepts",
], ],
},
Settings: { "Device Settings": [
Settings: [
"software/settings/overview", "software/settings/overview",
"software/settings/channel", "software/settings/channel",
"software/settings/gps", "software/settings/gps",