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

  1. Create content/docs/guides/my-guide.mdx with title and description frontmatter.
  2. Add "my-guide" to the pages array in content/docs/guides/meta.json — that array controls sidebar order.
  3. Run pnpm sidebar:gen to regenerate content/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.

What's here