主题
20260910-0135-product-tree-and-sidebar Reorganise product docs per product line and drop the sidebar
- status: completed
- priority: P1
- owner: claude/session-pages
- createdAt: 2026-09-10 01:35
Description
Two navigation changes to the docs site, requested together:
- Give every product line its own directory under
bizplan/product/so later documents for one product are added next to its specification instead of into a flat 28-file folder. - Remove the site sidebar (option A) and navigate through index pages instead.
Acceptance criteria:
- Each product line has a directory;
X01/X02live in a shared directory. - No
sidebarremains in the VitePress config and.vitepress/sidebar.mtsis deleted. bizplan/index.mdandbizplan/research/index.mdexist in both languages and list their sections.bun run docs:buildpasses with dead-link checking enabled.
ActiveForm
Reorganising product docs per product line and dropping the sidebar.
Dependencies
- blocked by: (none)
- blocks: the pending language decision (which documents keep an English version)
Notes
Cross-references between product documents are bare filenames in backticks (about 1450 of them), not Markdown links, so keeping the filenames stable makes the move nearly free.
Markdown links to product files exist almost only in
bizplan/product/index.mdand its Chinese mirror (14 lines each), plus 3 references from two research documents.complete: Product tree and sidebar removal shipped