BetterStarter logo
BetterStarter
Docs
Features

Docs

MDX documentation engine with sidebar navigation and search.

Docs are in beta — content is improving rapidly. Found something missing? Open an issue on GitHub or reach out on Twitter (X).

BetterStarter includes a full documentation engine powered by fumadocs, the same engine used for this documentation.

What's Included

  • MDX pages in content/docs/ map to URLs under /docs/
  • Nested sidebar navigation controlled by meta.json files in each folder
  • Full-text search out of the box
  • Callout components, code blocks with syntax highlighting, and tables
  • Auto-generated table of contents from page headings

File Structure

content/docs/
  meta.json          # top-level navigation order
  section/
    meta.json        # section page order and title
    my-page.mdx      # renders at /docs/section/my-page

Guide

On this page