Mintlify uses a docs-as-code approach. Every page on your site is a file — usually MDX — stored in a . When you push a change to that repository, Mintlify automatically rebuilds and deploys your site.You can edit documentation two ways:
Web editor
Edit in your browser — no local setup required. Changes publish directly to Git.
CLI + local editor
Clone your repo, preview locally with mint dev, and push to deploy.
Using an AI coding tool? Add the Mintlify skill and MCP server for better results when updating your docs.
Go to mintlify.com/start and complete the onboarding flow. You’ll connect your GitHub account, select or create a repository, and install the GitHub App.
Want to skip connecting a Git provider for now?
During onboarding, you can skip the GitHub step. Mintlify will create a private repository under a managed organization and configure everything automatically — you can start using the web editor immediately.When you’re ready to move to your own repo, go to Git Settings in your dashboard and use the Git setup wizard. See Clone to your own repository for details.
2
View your live site
After onboarding, your site deploys to https://<your-project-name>.mintlify.app.Find the exact URL on the Overview page of your dashboard.
This URL is live immediately. Share it with your team for testing. When you’re ready to go public, add a custom domain.