Before you begin
Mintlify uses a docs-as-code approach to manage your documentation. Every page on your site has a corresponding file stored in your documentation . You can use your own Git repository or a Mintlify-hosted repository. Choose your repository approach.Mintlify-hosted
Mintlify creates a private GitHub repository connected to your Mintlify deployment.Choose this option if:
- You will only work in the web editor and don’t want to use Git locally.
- You want to get started quickly without connecting a repository.
- You want Mintlify to manage your documentation repository for you.
Your own repository
Connect your own Git repository to your Mintlify deployment.Choose this option if:
- You will work locally and want to sync to your remote repository.
- You already have a repository for your documentation.
- You want your documentation to be under your own GitHub organization.
Deploy your documentation site
- Mintlify-hosted
- Your own repository
1
Create your account
Go to mintlify.com/start and create your account.
2
Skip GitHub connection
When prompted to connect GitHub, click Skip to use a Mintlify-hosted repository.
3
Complete onboarding
Follow the onboarding prompts to set up your documentation. Mintlify automatically creates a private repository in the
mintlify-community organization and configures the GitHub app for you.4
Your site is deployed
Your documentation is immediately deployed and accessible at your
.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.

Make your first change
1
Open the web editor
Navigate to the web editor in your dashboard.
2
Edit a page
Open
index.mdx and update the description in the frontmatter:3
Publish
Click the Publish button in the top-right of the web editor toolbar.
4
View live
On the Overview page of your dashboard, you can see your site’s deployment status. When it finishes deploying, refresh your documentation site to see your changes live.
