Example doc
This is an example Fumadocs MDX doc. Copy this file,
rename it, update the frontmatter, and write your content. The title and
description above are used for the page <title> and meta description.
Headings become the sidebar
Section titled “Headings become the sidebar”Each ## heading shows up in the on-page table of contents. Use them to
break a doc into scannable sections.
Writing tips
Section titled “Writing tips”- Keep one topic per doc.
- Link to other docs with
/docs/<slug>and to guides with/guides/<slug>. - Add the doc’s slug to
content/docs/meta.jsonto control sidebar order.
Components
Section titled “Components”Fumadocs ships MDX components (callouts, accordions, code blocks). See the Fumadocs docs for the full set available in this project.