Skip to content

Commit 3c70523

Browse files
jamesarichCopilot
andauthored
docs: audit and fix stale references from recent changes (#5555)
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 4eae950 commit 3c70523

201 files changed

Lines changed: 608 additions & 571 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

docs/ar-rSA/user/connections.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Bluetooth Low Energy is the default and most common connection method on Android
2222
### Pairing a Device
2323

2424
1. Ensure your Meshtastic radio is powered on and in pairing mode.
25-
2. Open the app and navigate to **Connections**.
25+
2. Open the app and navigate to the **Connect** tab.
2626
3. Tap **Scan for Devices** — nearby Meshtastic radios will appear.
2727
4. Select your device from the list.
2828
5. Accept the Bluetooth pairing prompt if shown.
@@ -77,7 +77,7 @@ Some Meshtastic radios support WiFi connectivity, allowing TCP-based connections
7777
### Configuration
7878

7979
1. Connect your radio to a WiFi network via the radio's web interface or settings.
80-
2. In the app, go to **Connections → TCP**.
80+
2. In the app, go to **Connect → TCP**.
8181
3. Enter the radio's IP address and port (default: 4403).
8282
4. Tap **Connect**.
8383

@@ -99,9 +99,9 @@ A successful connection is confirmed with a status indicator:
9999

100100
## Reconnection Behavior
101101

102-
The app reconnects to the **last selected device** on startup. You can manually switch transports from the connections screen at any time.
102+
The app reconnects to the **last selected device** on startup. You can switch transports from the Connect screen at any time.
103103

104-
To disconnect from a radio, use the disconnect button on the connections screen:
104+
To disconnect from a radio, tap the disconnect button on the Connect screen:
105105

106106
![Disconnect from radio](../../assets/screenshots/connections_disconnect.png)
107107

docs/ar-rSA/user/desktop.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ The most reliable connection method on Desktop:
4545

4646
1. Connect your Meshtastic radio via USB cable.
4747
2. The app should detect the serial port automatically.
48-
3. If not detected, select the correct serial port from the connections menu.
48+
3. If not detected, select the correct serial port from the Connect menu.
4949

5050
### TCP/IP
5151

@@ -60,7 +60,7 @@ Bluetooth Low Energy is supported on Desktop via the [Kable](https://github.com/
6060

6161
1. Ensure your system has a Bluetooth adapter.
6262
2. The app scans for nearby Meshtastic radios automatically.
63-
3. Select your device from the connections screen.
63+
3. Select your device from the Connect screen.
6464

6565
## Feature Parity
6666

@@ -88,10 +88,10 @@ The Desktop app uses the same Compose Multiplatform UI with adaptations for larg
8888
| ------------------- | --------------------------- |
8989
| **⌘Q** / **Ctrl+Q** | Quit the application |
9090
| **⌘,** / **Ctrl+,** | Open Settings |
91-
| **⌘1** / **Ctrl+1** | Switch to Conversations tab |
91+
| **⌘1** / **Ctrl+1** | Switch to Messages tab |
9292
| **⌘2** / **Ctrl+2** | Switch to Nodes tab |
9393
| **⌘3** / **Ctrl+3** | Switch to Map tab |
94-
| **⌘4** / **Ctrl+4** | Switch to Connections tab |
94+
| **⌘4** / **Ctrl+4** | Switch to Connect tab |
9595

9696
### Window & System Tray
9797

docs/ar-rSA/user/nodes.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,11 +86,12 @@ From the node list, you can:
8686

8787
- **Tap** a node to view its detail page
8888
- **Long-press** for quick actions:
89+
- Mark/remove favorite
90+
- Mute/unmute notifications
8991
- Send a direct message
90-
- View on map
91-
- Request position
92-
- Mark as favorite
93-
- Traceroute
92+
- Trace route
93+
- Ignore/unignore
94+
- Remove node
9495

9596
## Filtering & Sorting
9697

docs/ar-rSA/user/settings-module-admin.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ View detailed diagnostic information:
235235

236236
- **"No response from target node"** — the target may be out of range, offline, or have a mismatched admin key. Verify the admin key matches on both nodes.
237237
- **Changes not applying** — some settings require a reboot to take effect. Try the Reboot action after saving.
238-
- **Can't see remote settings** — ensure your node has the admin key for the target node and that Admin Channel is enabled in Security Config.
238+
- **Can't see remote settings** — ensure your node has the admin key for the target node. The admin channel is configured automatically when an admin key is set.
239239

240240
## Related Topics
241241

docs/ar-rSA/user/settings-radio-user.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ The modem preset controls the fundamental tradeoff between **range** and **data
148148
| Public Key | Your node's public key (read-only) |
149149
| Admin Key | Key for remote administration |
150150
| Private Key | Your node's private key (handle securely) |
151-
| Admin Channel Enabled | Allow admin commands via channel |
151+
| ~~Admin Channel Enabled~~ | ⚠️ **Removed** — this toggle has been removed from the UI; admin channel behavior is now handled automatically |
152152
| Debug Log | Output live debug logging over serial/bluetooth |
153153
| Serial Enabled | Enable serial console access (moved from Device Config) |
154154
| Managed Mode | Restrict non-admin channel changes |

docs/be-rBY/user/connections.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Bluetooth Low Energy is the default and most common connection method on Android
2222
### Pairing a Device
2323

2424
1. Ensure your Meshtastic radio is powered on and in pairing mode.
25-
2. Open the app and navigate to **Connections**.
25+
2. Open the app and navigate to the **Connect** tab.
2626
3. Tap **Scan for Devices** — nearby Meshtastic radios will appear.
2727
4. Select your device from the list.
2828
5. Accept the Bluetooth pairing prompt if shown.
@@ -77,7 +77,7 @@ Some Meshtastic radios support WiFi connectivity, allowing TCP-based connections
7777
### Конфигурация
7878

7979
1. Connect your radio to a WiFi network via the radio's web interface or settings.
80-
2. In the app, go to **Connections → TCP**.
80+
2. In the app, go to **Connect → TCP**.
8181
3. Enter the radio's IP address and port (default: 4403).
8282
4. Tap **Connect**.
8383

@@ -99,9 +99,9 @@ A successful connection is confirmed with a status indicator:
9999

100100
## Reconnection Behavior
101101

102-
The app reconnects to the **last selected device** on startup. You can manually switch transports from the connections screen at any time.
102+
The app reconnects to the **last selected device** on startup. You can switch transports from the Connect screen at any time.
103103

104-
To disconnect from a radio, use the disconnect button on the connections screen:
104+
To disconnect from a radio, tap the disconnect button on the Connect screen:
105105

106106
![Disconnect from radio](../../assets/screenshots/connections_disconnect.png)
107107

docs/be-rBY/user/desktop.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ The most reliable connection method on Desktop:
4545

4646
1. Connect your Meshtastic radio via USB cable.
4747
2. The app should detect the serial port automatically.
48-
3. If not detected, select the correct serial port from the connections menu.
48+
3. If not detected, select the correct serial port from the Connect menu.
4949

5050
### TCP/IP
5151

@@ -60,7 +60,7 @@ Bluetooth Low Energy is supported on Desktop via the [Kable](https://github.com/
6060

6161
1. Ensure your system has a Bluetooth adapter.
6262
2. The app scans for nearby Meshtastic radios automatically.
63-
3. Select your device from the connections screen.
63+
3. Select your device from the Connect screen.
6464

6565
## Feature Parity
6666

@@ -88,10 +88,10 @@ The Desktop app uses the same Compose Multiplatform UI with adaptations for larg
8888
| ------------------- | --------------------------- |
8989
| **⌘Q** / **Ctrl+Q** | Quit the application |
9090
| **⌘,** / **Ctrl+,** | Open Settings |
91-
| **⌘1** / **Ctrl+1** | Switch to Conversations tab |
91+
| **⌘1** / **Ctrl+1** | Switch to Messages tab |
9292
| **⌘2** / **Ctrl+2** | Switch to Nodes tab |
9393
| **⌘3** / **Ctrl+3** | Switch to Map tab |
94-
| **⌘4** / **Ctrl+4** | Switch to Connections tab |
94+
| **⌘4** / **Ctrl+4** | Switch to Connect tab |
9595

9696
### Window & System Tray
9797

docs/be-rBY/user/nodes.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,11 +86,12 @@ From the node list, you can:
8686

8787
- **Tap** a node to view its detail page
8888
- **Long-press** for quick actions:
89+
- Mark/remove favorite
90+
- Mute/unmute notifications
8991
- Send a direct message
90-
- View on map
91-
- Request position
92-
- Mark as favorite
93-
- Traceroute
92+
- Trace route
93+
- Ignore/unignore
94+
- Remove node
9495

9596
## Filtering & Sorting
9697

docs/be-rBY/user/settings-module-admin.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ View detailed diagnostic information:
235235

236236
- **"No response from target node"** — the target may be out of range, offline, or have a mismatched admin key. Verify the admin key matches on both nodes.
237237
- **Changes not applying** — some settings require a reboot to take effect. Try the Reboot action after saving.
238-
- **Can't see remote settings** — ensure your node has the admin key for the target node and that Admin Channel is enabled in Security Config.
238+
- **Can't see remote settings** — ensure your node has the admin key for the target node. The admin channel is configured automatically when an admin key is set.
239239

240240
## Related Topics
241241

docs/be-rBY/user/settings-radio-user.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ The modem preset controls the fundamental tradeoff between **range** and **data
148148
| Public Key | Your node's public key (read-only) |
149149
| Admin Key | Key for remote administration |
150150
| Прыватны ключ | Your node's private key (handle securely) |
151-
| Admin Channel Enabled | Allow admin commands via channel |
151+
| ~~Admin Channel Enabled~~ | ⚠️ **Removed** — this toggle has been removed from the UI; admin channel behavior is now handled automatically |
152152
| Debug Log | Output live debug logging over serial/bluetooth |
153153
| Serial Enabled | Enable serial console access (moved from Device Config) |
154154
| Managed Mode | Restrict non-admin channel changes |

0 commit comments

Comments
 (0)