mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-12-26 22:19:46 -08:00
Fix sidebar
This commit is contained in:
parent
71fe9942a5
commit
0ee0734a4c
|
@ -1,7 +1,8 @@
|
|||
---
|
||||
id: config
|
||||
title: Config Sections Overview
|
||||
sidebar_label: Config Sections
|
||||
title: 1.3 Configuration Sections
|
||||
sidebar_label: 1.3 Config Sections
|
||||
sidebar_position: 1
|
||||
---
|
||||
|
||||
There are six config sections in the Meshtastic firmware, these are broken out so they can be sent as small admin messages over the mesh.
|
||||
|
|
|
@ -101,7 +101,7 @@ All position config values except for postion flag are available on iOS, iPadOS
|
|||
</TabItem>
|
||||
<TabItem value="cli">
|
||||
|
||||
Select Position config conmmands are available in the python CLI. Example commands are below:
|
||||
All Position config conmmands are available in the python CLI. Example commands are below:
|
||||
|
||||
| Setting | Acceptable Values | Default |
|
||||
| :----------------------: | :-----------------------------------------------------------------------------------------------------------------------------------------------------------: | :-------------: |
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
id: ham
|
||||
title: Licensed (HAM) Operation
|
||||
sidebar_label: Licensed (HAM) Operation
|
||||
title: 1.2 Licensed (HAM) Operation
|
||||
sidebar_label: 1.2 Licensed (HAM) Operation
|
||||
---
|
||||
|
||||
import Tabs from '@theme/Tabs';
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
---
|
||||
id: modules
|
||||
title: Module Config Overview
|
||||
sidebar_label: Module Config
|
||||
title: 1.3 Module Configuration
|
||||
sidebar_label: 1.3 Module Config
|
||||
sidebar_position: 2
|
||||
---
|
||||
import ModuleOverviewText from '@site/docs/_blocks/_module_overview_text.mdx';
|
||||
|
||||
|
|
Loading…
Reference in a new issue