Handbook
Fleet handbook UX audit — May 2026
Scope: Public Fleet handbook (forge-fleet Markdown → forge-fleet-website static build). Intent: Baseline before IA + shell refactor; aligns with docs/design/ design contracts in-repo.
Updated
Summary
| Dimension | Before (live / pre-refactor) | Target |
|---|---|---|
| Global IA | Flat “Chapters” tree exposing every doc | Manifest-driven horizontal nav (docs/site-nav.yaml) + section sidebars |
| Maintainer visibility | Same rail as public content | More menu (Maintainers, Design hub, Changelog) |
| Home / Start | Dense README + short Start index | Hero + path cards; Start as human routing hub |
| Page length | Long mixed-topic pages | One job per page where feasible; hub pages for scan |
| Visual language | Mostly prose + tables | KS primitives + diagrams per VISUAL-COVERAGE.md |
Findings (prioritized)
- Navigation cognitive load — Users saw every chapter at once; no task-based grouping at the top of the page. Mitigation: top bar with dropdowns capped by
dropdown_max_itemsinsite-nav.yaml. - Duplicate nav in DOM — Mobile + desktop sidebars duplicate links; acceptable for a11y if labeled; avoid a third redundant block. Mitigation: single sticky rail + offcanvas.
- Homepage positioning — Technically correct opener without product framing. Mitigation: Pack 03 hero + role table kept above fold; deeper detail unchanged lower on page.
- Examples discoverability — Many siblings without grouping in the old rail. Mitigation: Examples hub + Reference cross-links (Pack 07).
Scorecard snapshot
Use docs/design/UX-SCORECARD.md for weighted rubric. This audit records directional scores only:
- Information scent: Medium → High (after manifest + section sidebars).
- Task success (install / first job): High (existing Learn 101; copy tightening in Pack 04).
- Enterprise trust (Operate 301): Medium → High (tone + checklist links in Pack 06).
Follow-ups
- Re-run this audit after each major pack; link deltas in
CHANGELOG.mdwhen user-visible. - Keep
UX-PAGE-INVENTORY.mdin sync with emitted HTML slugs.