Getting Started
Welcome to Mintlify! Follow these simple steps to get your documentation up and running.1. Set Up Your Repository
- Create a documentation repository by either:
- Using our starter template
- Creating one through our dashboard
- Install our GitHub app from the dashboard settings to enable automatic deployments
2. Update Your Content
Choose your preferred editing method:Local Development (Recommended)
Local Development (Recommended)
- Clone your repository
- Install the Mintlify CLI:
npm i -g mintlify
- Run
mintlify dev
to preview changes locally
Web Editor
Web Editor
Use our web editor for quick updates. Learn more in our web editor guide.
3. Customize Your Docs
Update themint.json
file to configure:
- Brand colors
- Logo
- Navigation
- Other global settings