mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-11-12 16:44:20 -08:00
created advanced settings page
This commit is contained in:
parent
3893f59f60
commit
4b8e9b91a7
35
website/docs/software/settings/channel-advanced.md
Normal file
35
website/docs/software/settings/channel-advanced.md
Normal file
|
@ -0,0 +1,35 @@
|
||||||
|
---
|
||||||
|
id: channel-advanced
|
||||||
|
title: Channel Settings - Advanced
|
||||||
|
sidebar_label: Channel - Advanced
|
||||||
|
---
|
||||||
|
import Tabs from '@theme/Tabs';
|
||||||
|
import TabItem from '@theme/TabItem';
|
||||||
|
|
||||||
|
:::caution
|
||||||
|
These settings are for advanced users only. If you don't know what you are doing you could damage your radio or break local radio laws. Proceed with caution.
|
||||||
|
:::
|
||||||
|
|
||||||
|
## Overview
|
||||||
|
## Settings
|
||||||
|
## Examples
|
||||||
|
|
||||||
|
### Example TODO
|
||||||
|
<Tabs
|
||||||
|
groupId="settings"
|
||||||
|
defaultValue="cli"
|
||||||
|
values={[
|
||||||
|
{label: 'CLI', value: 'cli'},
|
||||||
|
{label: 'Android', value: 'android'},
|
||||||
|
]}>
|
||||||
|
<TabItem value="cli">
|
||||||
|
|
||||||
|
TODO
|
||||||
|
|
||||||
|
</TabItem>
|
||||||
|
<TabItem value="android">
|
||||||
|
|
||||||
|
TODO
|
||||||
|
|
||||||
|
</TabItem>
|
||||||
|
</Tabs>
|
Loading…
Reference in a new issue