Document regional ISP proxy support - #571
Merged
Merged
Conversation
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Automations to automatically generate PRs for you. |
tnsardesai
marked this pull request as ready for review
September 15, 2026 00:24
There was a problem hiding this comment.
Risk assessment: Very Low
Decision: Approve
This PR only edits Mintlify documentation (proxies/isp.mdx, proxies/overview.mdx, reference/cli/proxies.mdx). The diff documents ISP proxy country targeting (US, SG, GB, FR, DE), adds SDK/CLI examples that set country, and notes that omitted country defaults to US.
Why Very Low
- Documentation-only: no application, API, auth, billing, or infrastructure code
- Small, isolated surface: +26 / -7 across 3 MDX files
- No shared runtime systems or production logic
- No CODEOWNERS file and no existing reviews or requested reviewers
No approval to revoke; this is the first review on the PR.
Sent by Cursor Automation: Assign PR reviewers
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
git diff --checkNote
Low Risk
Documentation-only updates to proxy guides and CLI reference; no runtime or API behavior changes in this diff.
Overview
Documents regional country targeting for ISP proxies (
US,SG,GB,FR,DE) and thatcountrydefaults toUSwhen omitted.The ISP proxy page now includes an info callout, SDK create examples that set
config.country(Singapore), and acountryentry under configuration parameters. The proxies overview reframes ISP geotargeting around those five countries instead of calling it “less-flexible.” The CLI reference narrows--countryfor ISP proxies and adds a--type isp --country GBexample.Reviewed by Cursor Bugbot for commit 8ad205d. Bugbot is set up for automated code reviews on this repo. Configure here.