moved settings folder

This commit is contained in:
Foster Irwin 2022-02-21 14:07:19 -07:00
parent 038cea402d
commit a0a19798da
19 changed files with 22 additions and 22 deletions

View file

@ -94,7 +94,7 @@ Given our use-case for the initial release, most of our protocol is built around
If any mesh nodes see a packet with a HopLimit other than zero, it will decrement that HopLimit and attempt retransmission on behalf of the original sending node. If any mesh nodes see a packet with a HopLimit other than zero, it will decrement that HopLimit and attempt retransmission on behalf of the original sending node.
:::note :::note
A node being in router mode does **not** currently change this behavior, but is intended to be used for future versions of the meshing algorithm. For an explanation of what router mode currently does, see [settings](/docs/software/settings/router#enabledisable-router-mode). A node being in router mode does **not** currently change this behavior, but is intended to be used for future versions of the meshing algorithm. For an explanation of what router mode currently does, see [settings](/docs/settings/router#enabledisable-router-mode).
::: :::
### Layer 4: DSR for Multi-Hop Unicast Messaging ### Layer 4: DSR for Multi-Hop Unicast Messaging

View file

@ -97,7 +97,7 @@ module.exports = {
], ],
"Additional Documentation": [ "Additional Documentation": [
{type: "ref", id: "getting-started/overview"}, {type: "ref", id: "getting-started/overview"},
{type: "ref", id: "software/settings/overview"}, {type: "ref", id: "settings/overview"},
{type: "ref", id: "hardware/overview"}, {type: "ref", id: "hardware/overview"},
{type: "ref", id: "developers/overview"}, {type: "ref", id: "developers/overview"},
{type: "ref", id: "about-documentation/overview"}, {type: "ref", id: "about-documentation/overview"},
@ -128,27 +128,27 @@ module.exports = {
], ],
"Device Settings": [ "Device Settings": [
"software/settings/overview", "settings/overview",
"software/settings/channel", "settings/channel",
"software/settings/gps", "settings/gps",
"software/settings/ham", "settings/ham",
"software/settings/mqtt", "settings/mqtt",
"software/settings/power", "settings/power",
"software/settings/router", "settings/router",
"software/settings/wifi", "settings/wifi",
{ {
Plugins: [ Plugins: [
"software/settings/canned-message-plugin", "settings/canned-message-plugin",
"software/settings/environmental-measurement-plugin", "settings/environmental-measurement-plugin",
"software/settings/external-notification-plugin", "settings/external-notification-plugin",
"software/settings/range-test-plugin", "settings/range-test-plugin",
"software/settings/rotary-encoder-plugin", "settings/rotary-encoder-plugin",
"software/settings/serial-plugin", "settings/serial-plugin",
"software/settings/store-and-forward-plugin", "settings/store-and-forward-plugin",
], ],
Advanced: [ Advanced: [
"software/settings/channel-advanced", "settings/channel-advanced",
"software/settings/misc", "settings/misc",
], ],
}, },
], ],
@ -187,7 +187,7 @@ module.exports = {
], ],
"Additional Documentation": [ "Additional Documentation": [
{type: "ref", id: "getting-started/overview"}, {type: "ref", id: "getting-started/overview"},
{type: "ref", id: "software/settings/overview"}, {type: "ref", id: "settings/overview"},
{type: "ref", id: "software/overview"}, {type: "ref", id: "software/overview"},
{type: "ref", id: "developers/overview"}, {type: "ref", id: "developers/overview"},
{type: "ref", id: "about-documentation/overview"}, {type: "ref", id: "about-documentation/overview"},
@ -244,7 +244,7 @@ module.exports = {
], ],
"Additional Documentation": [ "Additional Documentation": [
{type: "ref", id: "getting-started/overview"}, {type: "ref", id: "getting-started/overview"},
{type: "ref", id: "software/settings/overview"}, {type: "ref", id: "settings/overview"},
{type: "ref", id: "hardware/overview"}, {type: "ref", id: "hardware/overview"},
{type: "ref", id: "software/overview"}, {type: "ref", id: "software/overview"},
{type: "ref", id: "legal/overview"}, {type: "ref", id: "legal/overview"},
@ -259,7 +259,7 @@ module.exports = {
], ],
"Additional Documentation": [ "Additional Documentation": [
{type: "ref", id: "getting-started/overview"}, {type: "ref", id: "getting-started/overview"},
{type: "ref", id: "software/settings/overview"}, {type: "ref", id: "settings/overview"},
{type: "ref", id: "hardware/overview"}, {type: "ref", id: "hardware/overview"},
{type: "ref", id: "software/overview"}, {type: "ref", id: "software/overview"},
{type: "ref", id: "developers/overview"}, {type: "ref", id: "developers/overview"},