Skip to content

Conversation

@cte
Copy link
Collaborator

@cte cte commented Jan 16, 2026

Summary

  • Add documentation for multi-port preview environments feature
  • Covers named ports, environment variable injection, services, and code examples
  • Added to sidebar under Roo Code Cloud section

Test plan

  • Build passes with no warnings
  • Review content for accuracy
  • Verify links work in preview

🤖 Generated with Claude Code


Important

Adds documentation for multi-port preview environments in Roo Code Cloud, including named ports, environment variable injection, and services.

  • Documentation:
    • Adds environments.mdx to document multi-port preview environments in Roo Code Cloud.
    • Covers named ports, environment variable injection, services, and code examples.
  • Sidebar:
    • Adds environments to the Roo Code Cloud section in sidebars.ts.

This description was created by Ellipsis for 1a66238. You can customize this summary. It will automatically update as commits are pushed.

Add documentation for multi-port preview environments feature:
- Named ports with automatic domain routing
- Environment variable injection (ROO_<NAME>_HOST)
- Repository and command configuration
- Managed services (Postgres, Redis, etc.)
- Code examples for React, Next.js, and Node.js backends

Co-Authored-By: Claude Opus 4.5 <[email protected]>
@vercel
Copy link

vercel bot commented Jan 16, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (UTC)
roo-code-docs Ready Ready Preview, Comment Jan 16, 2026 5:30pm

Request Review

@roomote
Copy link
Contributor

roomote bot commented Jan 16, 2026

Rooviewer Clock   See task on Roo Cloud

Review complete. Found 1 issue to address.

  • Update example domains from vercel.run to actual Roo Code Cloud domain patterns in the Named Ports table

Mention @roomote in a comment to request specific changes to this pull request or fix all unresolved issues.

Comment on lines +82 to +86
| Port Config | Environment Variable | Example Value |
|-------------|---------------------|---------------|
| `name: WEB, port: 3000` | `ROO_WEB_HOST` | `https://abc123.vercel.run` |
| `name: API, port: 3001` | `ROO_API_HOST` | `https://def456.vercel.run` |
| `name: ADMIN, port: 3002` | `ROO_ADMIN_HOST` | `https://ghi789.vercel.run` |
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The example domains use vercel.run which is confusing in Roo Code Cloud documentation. These should reflect actual Roo Code Cloud domain patterns (e.g., https://abc123.roocode.run or whatever the actual generated domain format is) to avoid misleading users about which service they're working with.

Fix it with Roo Code or mention @roomote and request a fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Triage

Development

Successfully merging this pull request may close these issues.

2 participants