Mintlify deploys directly from your Git repository. Connecting your repository is the first step to getting your docs site live.Documentation Index
Fetch the complete documentation index at: https://help-center-starter-replace-template-content.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
GitHub
Install the GitHub App
During signup (or from Settings → Integrations → GitHub), click Install GitHub App. Choose the GitHub organization or personal account where your docs repository lives.Grant the app access to the specific repository (or all repositories, if you prefer). Mintlify only reads your repository content — it does not write to your repo.
Select your repository
After installing the app, return to the Mintlify dashboard and select the repository to use for your project. Mintlify clones the repo and starts the first build.
GitLab
GitLab integration uses a webhook instead of an app:- In your Mintlify project settings, go to Settings → Git → GitLab.
- Copy the provided webhook URL and secret.
- In your GitLab repository, go to Settings → Webhooks and add the URL and secret.
- Enable the Push events trigger.
Monorepos
If your documentation lives in a subdirectory of a larger repository, set the Docs root in Project Settings → Git to the path of the subdirectory (for example,docs/). Mintlify will treat that directory as the root of your docs site.