Skip to main content

Getting Started

Add a doc

Create a new .mdx file in site/docs (or use Docs → Create New in the CMS). Frontmatter:

---
title: My New Doc
description: One-line summary
---

# My New Doc

Content goes here.

Then add it to the sidebar under Docs Sidebar in the CMS (or edit site/config/sidebar/index.json).

Add a blog post

Create a new .mdx file in site/blog (or use Posts → Create New in the CMS). Posts support tags, authors, and show up in the RSS feed automatically.

MDX components

Docs and posts are MDX — you can embed the bundled components (Hero, Features, YouTube embeds) or plain React where Markdown isn't enough.