Documentation Index
Fetch the complete documentation index at: https://docs.altnautica.com/llms.txt
Use this file to discover all available pages before exploring further.
Per-Profile Visibility
The dashboard ships one code path for both profiles. The sidebar shows profile-specific entries when the agent reports a finalized profile, and the route gate keeps off-profile URLs from rendering content for the wrong device. While the agent is still in theauto profile state (between first boot
and the wizard’s Finish step), the gate passes through so the operator
can browse every screen during onboarding.
Sidebar matrix
| Sidebar entry | Drone profile | Ground (direct) | Ground (relay) | Ground (receiver) |
|---|---|---|---|---|
| Home | yes | yes | yes | yes |
| Pairing | yes | yes | yes | yes |
| Plugins | yes | yes | yes | yes |
| Peripherals | yes | yes | yes | yes |
| Updates | yes | yes | yes | yes |
| Logs | yes | yes | yes | yes |
| Diagnostics | yes | yes | yes | yes |
| Settings | yes | yes | yes | yes |
| Telemetry | yes | — | — | — |
| Video | yes | — | — | — |
| Receive | — | yes | yes | yes |
| Display & Joystick | — | yes | yes | yes |
| Mesh | — | — | yes | yes |
| Sources | — | — | — | yes |
Route gate behavior
| State | Behavior |
|---|---|
Setup not finalized (profile = auto) | All routes pass through. The sidebar omits profile-specific entries until a profile is committed. |
| Profile finalized, on-profile route | Page renders as documented. |
| Profile finalized, off-profile route | The Not-available-on-this-profile panel renders with a link back to Home. |
| Profile finalized, on-profile but wrong ground role | Same not-available panel. Example: visiting /sources on a direct ground station. |