docs: fix front-matter for dashboard route at /dashboard.html (post-H0M3 routing swap)
This commit is contained in:
parent
a5268560e1
commit
60fb6a29c3
1 changed files with 7 additions and 7 deletions
|
|
@ -4,13 +4,13 @@
|
||||||
> [Shape (shared)](shape.md) · [Per-agent page](agent.md)
|
> [Shape (shared)](shape.md) · [Per-agent page](agent.md)
|
||||||
|
|
||||||
|
|
||||||
The dashboard (`/`) has a fixed chrome header at the top and a
|
The dashboard is served at `/dashboard.html` (with the home page at `/`).
|
||||||
`<main>` that shows exactly one tab pane at a time. The URL hash
|
It has a fixed chrome header at the top and a `<main>` that shows exactly
|
||||||
(`#swarm`, `#call`, `#system`, `#permissions`, `#schedules`, `#peers`, `#settings`)
|
one tab pane at a time. The URL hash (`#swarm`, `#call`, `#system`,
|
||||||
drives which pane is active; hash changes don't reload the page.
|
`#permissions`, `#schedules`, `#peers`, `#settings`) drives which pane is
|
||||||
FL0W is a separate full-page terminal at `/flow.html` — its
|
active; hash changes don't reload the page. FL0W is a separate full-page
|
||||||
tab-strip entry is a cross-page link (`◆ FL0W ◆ →`), not a pane
|
terminal at `/flow.html` — its tab-strip entry is a cross-page link
|
||||||
swap.
|
(`◆ FL0W ◆ →`), not a pane swap.
|
||||||
|
|
||||||
**Chrome header** (fixed, overlays the active tab pane):
|
**Chrome header** (fixed, overlays the active tab pane):
|
||||||
- **Tab strip**: `◆ SW4RM ◆`, `◆ Y3R C4LL ◆`, `◆ SYST3M ◆`,
|
- **Tab strip**: `◆ SW4RM ◆`, `◆ Y3R C4LL ◆`, `◆ SYST3M ◆`,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue