The web editor lets you create, edit, and publish documentation directly in your browser.Documentation Index
Fetch the complete documentation index at: https://www.mintlify.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Editor modes
The editor has two modes you can switch between using the toggle in the toolbar. Visual mode shows a live preview of your content as you type. Press / to insert components and media, or format text. Markdown mode gives you direct access to the MDX source of your pages. Use this for precise control over component properties and frontmatter.Publish changes
The branch you work on determines how the editor publishes your changes. If you have branch protection rules on your repository, the editor enforces them.- Deployment branch: Publishing updates your live site immediately.
- Feature branches: Publishing creates a pull request for review before deploying to your live site.
Keyboard shortcuts
| Command | macOS | Windows |
|---|---|---|
| Search files | Cmd + K | Ctrl + K |
| Bold | Cmd + B | Ctrl + B |
| Italic | Cmd + I | Ctrl + I |
| Underline | Cmd + U | Ctrl + U |
| Code | Cmd + E | Ctrl + E |
| Add link | Cmd + K | Ctrl + K |
| Component menu | / | / |