mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-11-09 23:24:10 -08:00
moved settings into configuration sidebar
This commit is contained in:
parent
6908d33da9
commit
0dd06c8551
20
sidebars.js
20
sidebars.js
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue