mirror of
https://github.com/meshtastic/meshtastic.git
synced 2025-02-21 03:25:51 -08:00
create advanced section
This commit is contained in:
parent
be33536721
commit
66127328e6
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
id: channel-advanced
|
id: channel-advanced
|
||||||
title: Channel Settings - Advanced
|
title: Channel Settings - Advanced
|
||||||
sidebar_label: Channel - Advanced
|
sidebar_label: Channel
|
||||||
---
|
---
|
||||||
import Tabs from '@theme/Tabs';
|
import Tabs from '@theme/Tabs';
|
||||||
import TabItem from '@theme/TabItem';
|
import TabItem from '@theme/TabItem';
|
||||||
|
|
|
@ -119,8 +119,11 @@ module.exports = {
|
||||||
"software/settings/serial-plugin",
|
"software/settings/serial-plugin",
|
||||||
"software/settings/store-and-forward-plugin",
|
"software/settings/store-and-forward-plugin",
|
||||||
],
|
],
|
||||||
|
"Advanced": [
|
||||||
|
"software/settings/channel-advanced",
|
||||||
|
"software/settings/misc",
|
||||||
|
],
|
||||||
},
|
},
|
||||||
"software/settings/misc",
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in a new issue