-
Notifications
You must be signed in to change notification settings - Fork 3
Docs: Add Proxies & Configure Proxy #58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docs: Add Proxies & Configure Proxy #58
Conversation
- Create new Proxies documentation section with pages for each proxy type (datacenter, isp, residential, mobile, custom) - Add 'Configure proxy' page under Browsers section explaining how to use proxies with browsers - Update navigation in docs.json to include new Proxies section and Configure proxy page - Include code examples in both TypeScript/JavaScript and Python for all proxy types - Document configuration parameters, use cases, benefits and limitations for each proxy type
|
Requesting review from @juecd who has experience with the following files modified in this PR:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Performed full review of a33766f...abbed72
Analysis
Based on the provided analysis, there are no architectural issues identified with the pull request. The analysis exclusively highlights strengths of the documentation architecture, information hierarchy, and user experience design. It mentions clear organization, consistent patterns, good cross-referencing, code example consistency, progressive disclosure, practical context, and best practices integration - all presented as positive aspects of the implementation.
Since no architectural issues were identified in the analysis, there are no potential problems to report.
Tip
⚡ Quick Actions
This review was generated by Mesa.
Actions:
Slash Commands:
/review- Request a full code review/review latest- Review only changes since the last review/describe- Generate PR description. This will update the PR body or issue comment depending on your configuration/help- Get help with Mesa commands and configuration options
8 files reviewed | 0 comments | Review on Mesa | Edit Reviewer Settings
|
I'm going to propose / push some changes on this, so please don't merge this yet |
|
@juecd gotcha 👍 Also want to double check that the code examples tembo generated here are real 👀 @sjmiller609 |
|
I corrected the docs to make them more accurate. I'm having issues with the mobile and residential proxy examples not working when highly targeted geolocation is specified. I'm thinking this might be related to bright data onboarding, so I want to hold off on merging this until we finish unlocking the bright data proxies all the way (should be tomorrow after we meet with them for KYC). |
* IA proxies * Reorder
|
going to add known limitations to docs and clarify some wording |
…s-feature-configure-proxy-page' into tembo/create-sdk-docs-for-proxies-feature-configure-proxy-page
* Update quickstart.mdx Co-Authored-By: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com> * Update integrations/computer-use/gemini.mdx Co-Authored-By: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com> --------- Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
Description
Adds SDK docs for the new Proxies feature and 'Configure proxy' page.
Changes
Covers proxy types (overview, datacenter, ISP, residential, mobile, custom).
TL;DR
Adds comprehensive documentation for the new Proxies feature, covering various proxy types and their integration with Kernel browsers.
Why we made these changes
To provide users with clear and detailed guides on how to set up, manage, and utilize the new Proxies feature, a significant addition to the platform's capabilities.
What changed?
proxies/directory with anoverview.mdxpage explaining how to create, list, use, and delete proxies.datacenter.mdx,isp.mdx,residential.mdx,mobile.mdx, andcustom.mdx, each with specific configuration examples.browsers/stealth.mdxpage to cross-reference the new Proxies documentation for configuration details.docs.jsonto add the new "Proxies" section and its pages to the site's navigation structure..gitignoreto exclude Python virtual environments (venv) and cache (__pycache__) files.Validation
Description generated by Mesa. Update settings