feat: CLO-902 migrate Roo Code Cloud docs to help.roocode.com#536
feat: CLO-902 migrate Roo Code Cloud docs to help.roocode.com#536roomote[bot] wants to merge 2 commits intomainfrom
Conversation
Remove Cloud docs from this site and redirect to help.roocode.com. - Remove all 12 cloud doc pages from docs/roo-code-cloud/ - Remove associated images (cloud-agents, integrations, analytics, login, task-sync, team-plan) - Preserve task-sharing-1.gif (used by update-notes/v3.22) - Add vercel.json with 301 redirects from /roo-code-cloud/* to help.roocode.com - Update sidebar: replace Cloud category with external link - Remove roo-code-cloud search context from docusaurus config - Update cross-references in roo-code-router/overview.md and credits/overview.md
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
All previously flagged issues have been addressed. No new issues found.
Mention @roomote in a comment to request specific changes to this pull request or fix all unresolved issues. |
| - Tested open weight models from upcoming labs (Moonshot AI, MiniMax, GLM, etc) | ||
|
|
||
| Since it's integrated into the Roo Code suite of products, you don't need to manage API keys to use it – just connect your account. With the [Team plan](/roo-code-cloud/team-plan), you can extend access to your entire team, ending the days of provider API keys flying around. | ||
| Since it's integrated into the Roo Code suite of products, you don't need to manage API keys to use it – just connect your account. With the [Team plan](https://help.roocode.com/team-plan/), you can extend access to your entire team, ending the days of provider API keys flying around. |
There was a problem hiding this comment.
docs/index.mdx (the docs homepage) was missed in the cross-reference update pass. It still has two internal links to the deleted cloud pages:
- Line 22:
(/roo-code-cloud/cloud-agents)should be(https://help.roocode.com/cloud-agents/) - Line 47:
(/roo-code-cloud/overview)should be(https://help.roocode.com)
The Vercel redirects provide a safety net, but these will trigger broken-link warnings during build and add a redirect hop on the most-visited page.
Fix it with Roo Code or mention @roomote and request a fix.
There was a problem hiding this comment.
Fixaroo
See task
Fixed the two stale internal links in docs/index.mdx -- updated lines 22 and 47 to point to help.roocode.com. Build passes.
Remove Cloud docs from docs.roocode.com and redirect to help.roocode.com.
What
Roo Code Cloud documentation is moving to a dedicated help site at
help.roocode.com, powered by Astro Starlight and living in theRoo-Code-Cloudmonorepo. This PR removes the cloud docs from this site and sets up redirects.Changes
Removed content
docs/roo-code-cloud/static/img/(cloud-agents, integrations, analytics, login, task-sync, team-plan directories)task-sharing-1.gifwhich is used by update-notes/v3.22)Configuration changes
https://help.roocode.comroo-code-cloudfromsearchContextByPaths; updated Roomote Control redirect/roo-code-cloud/*tohttps://help.roocode.com/*Cross-reference updates
docs/roo-code-router/overview.md: Updated 2 links from/roo-code-cloud/...tohttps://help.roocode.com/...docs/credits/overview.md: Updated 1 link from/roo-code-cloud/cloud-agentstohttps://help.roocode.com/cloud-agents/Companion PR
The new help site is created in: https://github.com/RooCodeInc/Roo-Code-Cloud/pull/2488
Deployment order