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)
|
||||
|
||||
|
||||
The dashboard (`/`) has a fixed chrome header at the top and a
|
||||
`<main>` that shows exactly one tab pane at a time. The URL hash
|
||||
(`#swarm`, `#call`, `#system`, `#permissions`, `#schedules`, `#peers`, `#settings`)
|
||||
drives which pane is active; hash changes don't reload the page.
|
||||
FL0W is a separate full-page terminal at `/flow.html` — its
|
||||
tab-strip entry is a cross-page link (`◆ FL0W ◆ →`), not a pane
|
||||
swap.
|
||||
The dashboard is served at `/dashboard.html` (with the home page at `/`).
|
||||
It has a fixed chrome header at the top and a `<main>` that shows exactly
|
||||
one tab pane at a time. The URL hash (`#swarm`, `#call`, `#system`,
|
||||
`#permissions`, `#schedules`, `#peers`, `#settings`) drives which pane is
|
||||
active; hash changes don't reload the page. FL0W is a separate full-page
|
||||
terminal at `/flow.html` — its tab-strip entry is a cross-page link
|
||||
(`◆ FL0W ◆ →`), not a pane swap.
|
||||
|
||||
**Chrome header** (fixed, overlays the active tab pane):
|
||||
- **Tab strip**: `◆ SW4RM ◆`, `◆ Y3R C4LL ◆`, `◆ SYST3M ◆`,
|
||||
|
|
|
|||
Loading…
Reference in a new issue