AXP

Documentation

Scaffold for AXP docs — add MDX under content/docs and wire the sidebar with meta.json files.

This site is a minimal shell. Use it as the template for real pages.

Add a page at the top level

  1. Create content/docs/my-page.mdx with YAML frontmatter (title, description).
  2. Add "my-page" to the pages array in content/docs/meta.json.

Add a section (folder)

  1. Create a folder, e.g. content/docs/guides/.
  2. Add content/docs/guides/meta.json with "title" and a "pages" list (file names without .mdx).
  3. Add each page as content/docs/guides/<name>.mdx.
  4. Register the folder in the root meta.json by adding "guides" to pages.

See Sample guide for a nested example.

On this page