Pull request previews give every docs change its own live URL for review before merging. This is the foundation of a safe docs review workflow.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.
How PR previews work
When you open a pull request against your default branch, Mintlify automatically builds and deploys the changes at a unique preview URL. The URL appears in your PR comments as a status check. No configuration required — previews are enabled by default for all projects connected to GitHub or GitLab.Using previews effectively
Open a PR for your docs change
Make your docs changes in a branch and open a pull request. The Mintlify GitHub App posts a comment with a link to the preview deployment once the build completes.
Share the preview with reviewers
Copy the preview URL and add it to the PR description or a comment. Reviewers can see the rendered page without checking out the branch locally.
Iterate on feedback
Push additional commits to the branch — each push updates the preview deployment automatically. Reviewers can reload the preview URL to see changes.
Adding Mintlify as a required check
To enforce previews and require a successful build before merging:- In GitHub, go to Repository → Settings → Branches → Branch protection rules.
- Add a rule for your default branch.
- Enable Require status checks to pass before merging.
- Search for and add the Mintlify status check.