From 7dc688da9735a0682662213501e47fb2938f011a Mon Sep 17 00:00:00 2001 From: Kyle Finken Date: Tue, 25 Nov 2025 18:24:59 -0800 Subject: [PATCH] Update automatic preview documentation update automatic preview documentation to reflect that previews are only created for PRs targeting deploy branch --- deploy/preview-deployments.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/deploy/preview-deployments.mdx b/deploy/preview-deployments.mdx index b03c7f009..f02559974 100644 --- a/deploy/preview-deployments.mdx +++ b/deploy/preview-deployments.mdx @@ -18,6 +18,10 @@ Preview deployments are created automatically through pull requests or manually ### Automatic previews + + Automatic previews are only created for pull requests targeting your [deployment branch](/guides/git-concepts#deployment-branch). + + When you create a pull request, the Mintlify bot automatically adds a link to view the preview deployment in your pull request. The preview updates each time you push new commits to the branch.