Before you begin
You’ll need a GitHub account to deploy your documentation site. Mintlify uses a docs-as-code approach where every page on your site has a corresponding file stored in your documentation . Your documentation repository connects to your Mintlify deployment, allowing you to work locally or in the web editor and sync changes automatically.Deploy your documentation site
Start onboarding
Go to mintlify.com/start to begin the onboarding process.
Connect GitHub
Connect your GitHub account and create or select a repository for your documentation.
.mintlify.app URL.
View your deployed site
Your documentation site is now deployed athttps://<your-project-name>.mintlify.app.
Find your exact URL on the Overview page of your dashboard.

Your site is live and ready to view. Use this URL for testing and sharing with your team. Add a custom domain before sharing with users.
Make your first change
- CLI
- Web editor
Install the CLI
The CLI requires Node.js v20.17.0 or higher. Use an LTS version for stability.See Install the CLI for full details and troubleshooting.
Clone your repository
If you haven’t already cloned your repository locally, follow the instructions in Clone your repository.
Preview locally
Run the following command from your documentation directory:View your preview at
http://localhost:3000.Push your changes
Commit and push your changes to trigger a deployment:Mintlify automatically deploys your changes. View your deployment status on the Overview page of your dashboard.
Next steps
Use the web editor
Edit documentation in your browser and preview how your pages will look when published.
Explore CLI commands
Find broken links, check accessibility, validate OpenAPI specs, and more.
Add a custom domain
Use your own domain for your documentation site.
Customize your theme
Configure colors, fonts, and branding to match your product.
Organize your navigation
Structure your documentation with groups, tabs, and sections.
Add API documentation
Auto-generate interactive API reference from your OpenAPI spec.


