Fix sidebar

This commit is contained in:
Garth Vander Houwen 2022-06-24 20:04:40 -07:00
parent 71fe9942a5
commit 0ee0734a4c
4 changed files with 9 additions and 7 deletions

View file

@ -1,7 +1,8 @@
--- ---
id: config id: config
title: Config Sections Overview title: 1.3 Configuration Sections
sidebar_label: Config 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. 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.

View file

@ -101,7 +101,7 @@ All position config values except for postion flag are available on iOS, iPadOS
</TabItem> </TabItem>
<TabItem value="cli"> <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 | | Setting | Acceptable Values | Default |
| :----------------------: | :-----------------------------------------------------------------------------------------------------------------------------------------------------------: | :-------------: | | :----------------------: | :-----------------------------------------------------------------------------------------------------------------------------------------------------------: | :-------------: |

View file

@ -1,7 +1,7 @@
--- ---
id: ham id: ham
title: Licensed (HAM) Operation title: 1.2 Licensed (HAM) Operation
sidebar_label: Licensed (HAM) Operation sidebar_label: 1.2 Licensed (HAM) Operation
--- ---
import Tabs from '@theme/Tabs'; import Tabs from '@theme/Tabs';

View file

@ -1,7 +1,8 @@
--- ---
id: modules id: modules
title: Module Config Overview title: 1.3 Module Configuration
sidebar_label: Module Config sidebar_label: 1.3 Module Config
sidebar_position: 2
--- ---
import ModuleOverviewText from '@site/docs/_blocks/_module_overview_text.mdx'; import ModuleOverviewText from '@site/docs/_blocks/_module_overview_text.mdx';