You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replace docs references to mintlify.dev and mintlify.app with mintlify.site
Update localized docs, snippets, and OpenAPI descriptions consistently
Validation
rg -n "mintlify.(dev|app)" .
git diff --check
Note
Medium Risk
Wide doc-only change, but incorrect reverse-proxy/CSP guidance can break customer deployments; degraded troubleshooting text may mislead operators during migration.
Overview
Updates documentation across English, Spanish, French, and Chinese so the default Mintlify-hosted URL and proxy targets use *.mintlify.site instead of *.mintlify.app and *.mintlify.dev.
Deployment & infra guides (reverse-proxy, Cloudflare, Vercel, Route53/CloudFront, CSP) now point rewrites, origins, nginx examples, and CSP allowlists (connect-src / frame-src) at mintlify.site. Product copy (quickstart, auth eligibility, editor preview URLs, theme demo links, assistant deep links, MCP/skill examples, Osano allowlist, OpenAPI domain descriptions, and Vercel JSON generator snippets) are aligned to the same hostname.
Reviewers should note that some troubleshooting copy in deploy/reverse-proxy.mdx (and localized equivalents) compares mintlify.site to itself after the replace, so the “wrong vs correct proxy target” distinction may need a follow-up fix.
Reviewed by Cursor Bugbot for commit 4f6cb5d. Bugbot is set up for automated code reviews on this repo. Configure here.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Validation
Note
Medium Risk
Wide doc-only change, but incorrect reverse-proxy/CSP guidance can break customer deployments; degraded troubleshooting text may mislead operators during migration.
Overview
Updates documentation across English, Spanish, French, and Chinese so the default Mintlify-hosted URL and proxy targets use
*.mintlify.siteinstead of*.mintlify.appand*.mintlify.dev.Deployment & infra guides (
reverse-proxy, Cloudflare, Vercel, Route53/CloudFront, CSP) now point rewrites, origins, nginx examples, and CSP allowlists (connect-src/frame-src) atmintlify.site. Product copy (quickstart, auth eligibility, editor preview URLs, theme demo links, assistant deep links, MCP/skill examples, Osano allowlist, OpenAPIdomaindescriptions, and Vercel JSON generator snippets) are aligned to the same hostname.Reviewers should note that some troubleshooting copy in
deploy/reverse-proxy.mdx(and localized equivalents) comparesmintlify.siteto itself after the replace, so the “wrong vs correct proxy target” distinction may need a follow-up fix.Reviewed by Cursor Bugbot for commit 4f6cb5d. Bugbot is set up for automated code reviews on this repo. Configure here.