From 070de7a0f182849b673264205378360887ee13d9 Mon Sep 17 00:00:00 2001 From: Garth Vander Houwen Date: Wed, 29 Jun 2022 08:09:29 -0700 Subject: [PATCH] Fix range test docs, update nav to remove showcase placeholder --- docs/settings/moduleconfig/range-test.mdx | 104 ++-------------------- docusaurus.config.js | 23 ++--- 2 files changed, 12 insertions(+), 115 deletions(-) diff --git a/docs/settings/moduleconfig/range-test.mdx b/docs/settings/moduleconfig/range-test.mdx index f328f02b..dfee4264 100644 --- a/docs/settings/moduleconfig/range-test.mdx +++ b/docs/settings/moduleconfig/range-test.mdx @@ -32,11 +32,11 @@ How long to wait between sending test packets. 0 is default which disables sendi @@ -64,19 +64,13 @@ All range test module config options are available in the python CLI. Example co | range_test_module_save | `true`, `false` | `false` | | range_test_module_sender | `integer` (Seconds) | `0` | -```shell title="Enable the module" +```shell title="Enable / Disable the range test" meshtastic --set range_test_module_enabled true +meshtastic --set range_test_module_enabled false ``` -```shell title="Disable the module" -meshtastic --set range_test_module_enabled true -``` - -```shell title="Enable range test save" +```shell title="Enable / Disable range test save" meshtastic --set range_test_module_save true -``` - -```shell title="Disable range test save" meshtastic --set range_test_module_save false ``` @@ -133,90 +127,4 @@ http://198.168.0.15 | Long Slow | 60 | | Long Alt | 30 | | Medium | 15 | -| Short Fast | 15 | - -## Examples - -### Sender Node - - - - -```shell title="Example - Sender Node" -meshtastic --set range_test_module_enabled true -meshtastic --set range_test_module_sender 60 -``` - - - - -:::info -Configuring this setting is not yet available for the selected platform. If this is incorrect please update the documentation for this page. -::: - - - - -:::info -Configuring this setting is not yet available for the selected platform. If this is incorrect please update the documentation for this page. -::: - - - - -:::info -Configuring this setting is not yet available for the selected platform. If this is incorrect please update the documentation for this page. -::: - - - - -### Receiver Node - - - - -```shell title="Example - Receiver Node" -meshtastic --set range_test_module_enabled true -meshtastic --set range_test_module_save true -``` - - - - -:::info -Configuring this setting is not yet available for the selected platform. If this is incorrect please update the documentation for this page. -::: - - - - -:::info -Configuring this setting is not yet available for the selected platform. If this is incorrect please update the documentation for this page. -::: - - - - -:::info -Configuring this setting is not yet available for the selected platform. If this is incorrect please update the documentation for this page. -::: - - - +| Short Fast | 15 | \ No newline at end of file diff --git a/docusaurus.config.js b/docusaurus.config.js index a40468f5..cf6d3b89 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -90,26 +90,15 @@ const config = { label: 'Software', to: 'docs/software', }, + { + label: 'Developers', + to: 'docs/developers', + }, ], }, { - label: 'Developers', - to: 'docs/developers', - }, - { - label: 'Other', - items: [ - { - label: 'Downloads', - to: 'downloads', - activeBasePath: 'downloads', - }, - { - label: 'Showcase', - to: 'showcase', - activeBasePath: 'showcase', - }, - ], + label: 'Downloads', + to: 'downloads', }, ], },