You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(ADR-0046): lightweight chrome (DocShell) for the docs routes (#1690)
The /docs portal and /docs/:name viewer are app-independent top-level routes,
so they rendered bare (no header, no way back) — looked unfinished. Add a
minimal sticky DocShell header shared by both: a "Documentation" home link
(→ /docs) plus a breadcrumb of the current doc. No app sidebar (keeps
ADR-0046's "no nav taxonomy in v1"), just orientation + a way out. The portal's
redundant in-body "Documentation" title is dropped in favour of the header.
Verified live: portal shows header + grouped list; doc page shows
"Documentation / <doc>" breadcrumb + typography-styled body; header back-link
returns to the portal. No console errors.
Co-authored-by: Jack Zhuang <277994282+os-zhuang@users.noreply.github.com>
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
0 commit comments