- Docs
Documentation Overview
Note: This is placeholder content. The file and folder structure under
content/docs/is wired up and ready — drop your real Markdown files in to replace these samples.
Welcome to the developer documentation. These pages are sample content that exercises every part of the docs system: navigation, the table of contents, search, syntax highlighting, and SEO metadata.
How the docs are organized
The documentation is grouped into sections. Each section is a folder under
content/docs/, and each page is a .md or .mdx file.
- Getting Started — install and run your first example.
- Guides — task-oriented walkthroughs.
- API Reference — endpoints, parameters, and responses.
Authoring docs
Every file begins with a small block of frontmatter that controls its title, description, and ordering. Everything below the frontmatter is standard Markdown — or MDX, if you need interactive components.
To start reading, head to the Introduction.