Create Content
Learn how to write rich, interactive documentation content using MDX.
MDX Format
Our framework uses MDX — Markdown with JSX support. Write standard Markdown with the ability to embed React components.
Content Features
- Rich text formatting with Markdown syntax
- Code blocks with syntax highlighting
- Images and embeds with automatic optimization
- Interactive components with React/JSX
- Math equations with LaTeX support
- Diagrams with Mermaid
Writing Tips
- Keep paragraphs short and scannable
- Use headings to create clear hierarchy
- Include code examples for technical content
- Add visual aids like images and diagrams