Where to find the preview link
When you open a pull request, the Mintlify GitHub app posts a comment with the preview link. You’ll also see it in the PR’s checks section at the bottom of the page. The preview is ready within a minute or two of the PR being opened, and it updates automatically every time you push new commits to the branch. You don’t need to do anything to trigger it — as long as the Mintlify GitHub app is installed on your repository, previews happen automatically on every PR.What the preview shows
The preview is a complete deployment of your docs site — not a diff view, not a staging approximation. You’re looking at the actual rendered output: navigation, styling, component rendering, page layout, everything. This means you can catch things that are invisible in a text diff:- Navigation entries that are broken or out of order
- Pages that are missing from the sidebar
- Formatting that didn’t render as expected
- Broken images or links that resolve incorrectly
- MDX components that fail silently
Using the preview effectively
Open the preview and navigate to the pages that changed. Don’t just check that the changes are there — check that the surrounding context still makes sense. A heading change that looks fine in isolation might create a confusing flow when you read the section start to finish. A few things worth checking on every PR:- The changed pages render correctly and the content reads as intended
- The navigation reflects any structural changes accurately
- Internal links on the affected pages resolve correctly
- The page looks right on a smaller screen if your readers use mobile