Add Warp Pipes doc and Early Access sidebar section#1033
Conversation
Add a Warp Tunnels page under Guides → Deployment & hosting covering how a self-hosted Arcade Engine connects external AI clients to private MCP servers: internal connectivity via ssrf_allowlist, multi-network deployments, and external access through a reverse proxy (cloudflared, ngrok, nginx). Includes three hand-crafted SVG architecture diagrams, gateway auth modes, required proxy headers, client compatibility, and known limitations. Wires the page into deployment-hosting/_meta.tsx and links it from the hosting overview. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
- Rename route /guides/deployment-hosting/warp-tunnels -> /warp-pipes - Update nav label and parent guide link to "Warp Pipes" - Lead with the managed Warp Pipes service, then BYO reverse proxy - Purge Engine/Coordinator/platform terminology in favor of "runtime" - Replace outdated diagrams with new self-contained SVGs (managed forwarding, internal MCP servers, multi-runtime, BYO reverse proxy); add the previously-missing warp-pipes.svg No redirect added per request: the old /warp-tunnels path is retired and no "warp-tunnels" reference remains in the repo. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Want reviews to match your repository better? Bugbot Learning can learn team-specific rules from PR activity. A team admin can enable Learning in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 50ec32b. Configure here.
| }, | ||
| "early-access": { | ||
| title: "Early Access", | ||
| }, |
There was a problem hiding this comment.
Early Access wrong sidebar
Medium Severity
The PR registers Early Access under resources in app/en/resources/_meta.tsx, so it appears in the Resources top-level sidebar group. The PR description and test plan require it under Guides (app/en/guides/_meta.tsx). Reviewers following the test plan will fail verification even if links work.
Additional Locations (1)
Reviewed by Cursor Bugbot for commit 50ec32b. Configure here.
|
@vfanelle are you expecting to make this hidden? |
@shubcodes I moved Warp Pipes to Early Access so it's grouped with the Registry and future early access smoke tests. |


Summary
Test plan
🤖 Generated with Claude Code