Skip to main content

Documentation Index

Fetch the complete documentation index at: https://mintlify-admin-mcp-quickstart-rewrite-0b46d77.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

By the end of this guide, you’ll have a live documentation site deployed and your first content change published.

How Mintlify works

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.

Install the Mintlify skill to get context on Mintlify project structure, components, and documentation best practices:\n\nnpx skills add https://mintlify.com/docs\\n\\nThen add the Mintlify MCP server for access to documentation search. Follow the setup instructions at https://www.mintlify.com/docs/ai/model-context-protocol.md

CursorOpen in Cursor

Deploy your documentation site

1

Create your project

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.
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.
Overview page of the Mintlify dashboard.
This URL is live immediately. Share it with your team for testing. When you’re ready to go public, add a custom domain.

Make your first change

Choose your preferred workflow:
1

Open the web editor

Go to the web editor in your dashboard.
2

Edit a page

Open the Introduction page and update the description field.
Introduction page open in the web editor with the description edited to say Hello world!.
3

Publish

Click Publish in the top-right of the editor toolbar. The editor commits your change to Git and triggers a deployment.
4

Check deployment status

On the Overview page of your dashboard, watch the deployment status. Refresh your documentation site once it finishes to see your change live.

Next steps

Use the web editor

Edit, preview, and publish documentation directly in your browser.

Explore CLI commands

Find broken links, check accessibility, validate OpenAPI specs, and more.

Add a custom domain

Swap your .mintlify.app URL for your own domain.

Customize your site

Configure branding, navigation, colors, and page layouts.