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/overview",
"getting-started/faq",
{
"Flashing firmware": [
"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",
],
},
Settings: {
Settings: [
"Device Settings": [
"software/settings/overview",
"software/settings/channel",
"software/settings/gps",