TAO sidebar design
TAO sidebar design
Goal
Show Flowershow's generated sidebar on the TAO index and all TAO subpages, while keeping unrelated site content out of that sidebar.
Design
Keep tao/index.md unchanged. Configure the existing root config.json with showSidebar: true and a single sidebar path prefix, /tao. Flowershow will then display the sidebar only on routes under /tao and populate it only from that section's content tree.
Sort entries by page title so the navigation is readable and independent of filename casing. Do not add a List component or enable MDX because the requested navigation belongs in the sidebar, not in the page body.
Verification
- Parse
config.jsonas JSON. - Assert that
showSidebaristrue,sidebar.pathsis exactly["/tao"], andsidebar.orderByis"title". - Confirm that
tao/index.mdhas no working-tree changes.