Sample doc
A minimal example page showing frontmatter, Markdown, and a callout — plus how it is wired in docs.json.
This page exists so you can see the full flow: MDX file → entry in docs.json → sidebar link.
The file is sample-doc.mdx at the repo root. In docs.json, the page id is sample-doc (no .mdx extension).
What you are looking at
- YAML frontmatter at the top sets
titleanddescription(used for the page heading and SEO). - Body is Markdown plus Jam Desk components (here, a
<Note>callout).
Markdown basics
- Bold, italic,
inline code - Links
// Fenced code blocks use a language tag for highlighting
const pageId = "sample-doc";
Next step
Open docs.json and find Get Started → pages. You should see "sample-doc" listed next to introduction and quickstart. Duplicate that pattern for your own pages: new file path → same path string without .mdx.