Getting Started
Quickstart
Start building modern documentation in under five minutes
Getting Started
Follow these steps to set up your documentation with Mintlify:
1. Create Your Documentation Repository
- Use our starter template to create a new repository
- Install our GitHub app from your dashboard settings for automatic deployments
2. Update Your Content
Choose your preferred editing method:
Local Development (Recommended)
- Clone your repository:
git clone <your-repo>
- Install Mintlify CLI:
npm i -g mintlify
- Start editing in your IDE
- Preview changes locally with
mintlify dev
Web Editor
Use our web editor for quick updates - learn more in our web editor guide.
3. Customize Your Docs
Update mint.json
with your brand settings:
4. Add Content
Create new pages using MDX:
5. Deploy
- Commit and push your changes
- Your site will automatically update
- Add a custom domain through your dashboard settings
Need help? Join our community or email us at support@mintlify.com.
Was this page helpful?