Writing
This documentation is for the preview version of the Dev Portal. If you are using the legacy developer portal, please refer to the docs.
Get started with creating rich documentation in Dev Portal using Markdown and MDX. This guide covers the essentials to help you begin documenting your project.
Quick Start
- Create a markdown file in your
pages
directory - Add frontmatter with title and metadata
- Configure navigation to make it discoverable
- Write content using Markdown or MDX
Basic Document Structure
Code(md)
Adding to Navigation
To make your documentation discoverable, add it to the navigation configuration. Documents are referenced by their file path:
zudoku.config.ts(ts)
Learn more about configuring navigation at Navigation → Documents.
File Organization
Organize your documentation files in logical directories:
Code
What's Next?
Explore the detailed guides to enhance your documentation:
- Markdown Overview - Complete markdown syntax reference
- Frontmatter - Document metadata and configuration
- MDX - Interactive components in markdown
- Admonitions - Callouts and alerts
- Code Blocks - Syntax highlighting and features
Last modified on