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",
{
"Manual Method": [
"getting-started/flashing-esp32", "getting-started/flashing-esp32",
"getting-started/flashing-nrf52", "getting-started/flashing-nrf52",
], ],
}, },
"getting-started/concepts",
], ],
}, },
Settings: { {
Settings: [ "Connect to Device": [
"getting-started/clients",
],
},
"getting-started/concepts",
],
"Device Settings": [
"software/settings/overview", "software/settings/overview",
"software/settings/channel", "software/settings/channel",
"software/settings/gps", "software/settings/gps",