Guides
Narrative documentation for VSQRD.
Guides are the hand-written half of these docs. Each one is an MDX file under
content/docs/guides/, ordered by meta.json.
Adding a guide
- Create
content/docs/guides/my-guide.mdxwithtitleanddescriptionfrontmatter. - Add
"my-guide"to thepagesarray incontent/docs/guides/meta.json— that array controls sidebar order. - Run
pnpm sidebar:gento regeneratecontent/api-specs/docs.nav.json.
New top-level sections need a matching entry in build_docs_contents() in
scripts/generate-sidebar.py, which is what turns the content tree into
sidebar JSON.