Skip to content

Commit dda516e

Browse files
committed
docs: rebrand Zoo Code docs and add migration guide
Update core docs, branding assets, and site references for the Zoo Code rebrand. Add a dedicated Roo to Zoo migration page with supporting screenshots and sidebar navigation.
1 parent ff2742b commit dda516e

17 files changed

Lines changed: 63 additions & 353 deletions

File tree

.roo/rules-ask/AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This file provides guidance to agents when working with code in this repository.
44

5-
- Docusaurus docs, not source code. This is documentation for the Zoo Code VS Code extension at docs.roocode.com.
5+
- Docusaurus docs, not source code. This is documentation for the Zoo Code VS Code extension at docs.zoocode.dev.
66
- Legacy [Rakefile](Rakefile) is from old Jekyll site. Ignore it; current build uses Docusaurus/npm scripts.
77
- Tutorial videos defined in [docs/tutorial-videos.json](docs/tutorial-videos.json), dynamically loaded in [sidebars.ts](sidebars.ts:37-42). Titles truncated to 40 chars.
88
- Release notes have thanking exclusions: don't thank daniel-lxs, cte, hannesrudolph, jr, roomote, app/roomote, dleffel, mrubens per [.roorules](.roorules:14).

docs/faq.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,11 +165,11 @@ Codebase Indexing requires an OpenAI API key for generating embeddings and a Qdr
165165
* Check your internet connection.
166166
* Check the status of your chosen API provider.
167167
* Try restarting VS Code.
168-
* If the problem persists, report the issue on [GitHub](https://github.com/Zoo-Code-Org/Zoo-Code/issues) or [Discord](https://discord.gg/roocode).
168+
* If the problem persists, report the issue on [GitHub](https://github.com/Zoo-Code-Org/Zoo-Code/issues) or [Discord](https://discord.gg/SfHYG44NUA).
169169

170170
### I'm seeing an error message. What does it mean?
171171

172-
The error message should provide some information about the problem. If you're unsure how to resolve it, seek help in [Discord](https://discord.gg/roocode).
172+
The error message should provide some information about the problem. If you're unsure how to resolve it, seek help in [Discord](https://discord.gg/SfHYG44NUA).
173173

174174
### Zoo Code made changes I didn't want. How do I undo them?
175175

docs/getting-started/installing.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,6 @@ For instructions on setting up Zoo Code for local development, building from sou
116116

117117
If you encounter issues not covered here:
118118

119-
* Join our [Discord community](https://discord.gg/roocode) for real-time support
119+
* Join our [Discord community](https://discord.gg/SfHYG44NUA) for real-time support
120120
* Submit issues on [GitHub](https://github.com/Zoo-Code-Org/Zoo-Code/issues)
121-
* Visit our [Reddit community](https://www.reddit.com/r/RooCode)
121+
* Visit our [Reddit community](https://www.reddit.com/r/ZooCode)

docs/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ The most successful Zoo users tend to embrace the following ideas:
7878

7979
## Additional Resources
8080

81-
- [Discord Server](https://discord.gg/roocode): Join the community for real-time help and discussion.
82-
- [Reddit Community](https://www.reddit.com/r/RooCode): Share your experiences and see what others are building.
81+
- [Discord Server](https://discord.gg/SfHYG44NUA): Join the community for real-time help and discussion.
82+
- [Reddit Community](https://www.reddit.com/r/ZooCode): Share your experiences and see what others are building.
8383
- [YouTube Channel](https://youtube.com/@roocodeyt?feature=shared): Watch tutorials and see features in action.
8484
- [GitHub Issues](https://github.com/Zoo-Code-Org/Zoo-Code/issues): Report bugs and track development.
8585
- [Feature Requests](https://github.com/Zoo-Code-Org/Zoo-Code/discussions/categories/feature-requests?discussions_q=is%3Aopen+category%3A%22Feature+Requests%22+sort%3Atop): Have an idea? Share it with the team.

docs/providers/sambanova.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ SambaNova specializes in providing high-speed inference for large language model
2222

2323
## Getting an API Key
2424

25-
To use SambaNova with Zoo Code, you'll need an API key from the [SambaCloud](https://cloud.sambanova.ai?utm_source=roocode&utm_medium=external&utm_campaign=cloud_signup). After signing up, navigate to the API Keys section in the left panel to create and copy your SambaCloud API key.
25+
To use SambaNova with Zoo Code, you'll need an API key from the [SambaCloud](https://cloud.sambanova.ai?utm_source=zoocode&utm_medium=external&utm_campaign=cloud_signup). After signing up, navigate to the API Keys section in the left panel to create and copy your SambaCloud API key.
2626

2727
---
2828

docs/reporting-errors.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ The Error Details modal offers two buttons, each serving different needs:
5252

5353
After copying error information:
5454

55-
- **Email**: Send to [support@roocode.com](mailto:support@roocode.com)
56-
- **Discord**: Share in the [#support channel](https://discord.gg/roocode)
55+
- **Email**: Send to [support@zoocode.dev](mailto:support@zoocode.dev)
56+
- **Discord**: Share in the [#support channel](https://discord.gg/SfHYG44NUA)
5757
- **GitHub Issues**: File at [github.com/Zoo-Code-Org/Zoo-Code/issues](https://github.com/Zoo-Code-Org/Zoo-Code/issues)
5858

5959
Include a brief description of what you were trying to do when the error occurred. The exported diagnostics handle the technical details.

docs/roo-to-zoo-migration.md

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
---
2+
sidebar_label: Roo to Zoo migration
3+
description: Move your settings from Roo Code to Zoo Code by exporting a settings file from Roo Code and importing it into Zoo Code.
4+
keywords:
5+
- Roo Code
6+
- Zoo Code
7+
- migration
8+
- export settings
9+
- import settings
10+
---
11+
12+
# Roo to Zoo migration
13+
14+
Move your settings from Roo Code to Zoo Code in two steps. Export the settings file from Roo Code, then import that same file into Zoo Code.
15+
16+
---
17+
18+
## Export from Roo Code
19+
20+
1. Open Roo Code settings.
21+
2. Click **Export**.
22+
23+
<img src="/img/roo-to-zoo/roo_export.png" alt="Start exporting settings from Roo Code" width="600" />
24+
25+
*Why this view matters: This starts the Roo Code settings export.*
26+
27+
3. When the save dialog opens, choose a location and save the file.
28+
29+
<img src="/img/roo-to-zoo/roo_export_dialog.png" alt="Save the exported Roo Code settings file" width="600" />
30+
31+
*Why this view matters: This is the file Zoo Code will import.*
32+
33+
The exported file can include sensitive settings, including API keys. Store it carefully. Do not share it.
34+
35+
## Import into Zoo Code
36+
37+
1. Open Zoo Code.
38+
2. Click **Import Settings**.
39+
3. Select the file you exported from Roo Code.
40+
41+
<img src="/img/roo-to-zoo/zoo_import.png" alt="Import the exported Roo Code settings file into Zoo Code" width="600" />
42+
43+
*Why this view matters: This is where Zoo Code loads the exported settings file.*
44+
45+
Zoo Code imports the file and merges the settings into your current setup.

docusaurus.config.ts

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@ import {
1414
VSCODE_MARKETPLACE_URL,
1515
OPEN_VSX_URL,
1616
CONTACT_EMAIL,
17-
CAREERS_URL,
18-
WEBSITE_PRIVACY_URL,
19-
EXTENSION_PRIVACY_URL,
2017
GITHUB_REPO_URL,
2118
SIGN_IN_URL,
2219
SIGN_UP_URL
@@ -434,18 +431,6 @@ const config: Config = {
434431
href: CONTACT_EMAIL,
435432
target: '_self',
436433
},
437-
{
438-
label: 'Careers',
439-
href: CAREERS_URL,
440-
},
441-
{
442-
label: 'Website Privacy Policy',
443-
href: WEBSITE_PRIVACY_URL,
444-
},
445-
{
446-
label: 'Extension Privacy Policy',
447-
href: EXTENSION_PRIVACY_URL,
448-
},
449434
],
450435
},
451436
],

sidebars.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import modelProviders from "./docs/providers/index.json";
44
const sidebars: SidebarsConfig = {
55
tutorialSidebar: [
66
"index",
7+
"roo-to-zoo-migration",
78
{
89
type: "category",
910
label: "Zoo Code VSCode Extension",

src/components/GitHubInstallButtons/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ function formatNumber(num: number): string {
1717
// GitHub Stars API
1818
async function getGitHubStars() {
1919
try {
20-
const res = await fetch("https://api.github.com/repos/Zoo-Code-Org/Zoo-Code");
20+
const res = await fetch("https://api.github.com/repos/RooCodeInc/Roo-Code");
2121
const data = await res.json();
2222

2323
if (typeof data.stargazers_count !== "number") {
@@ -47,7 +47,7 @@ async function getVSCodeDownloads() {
4747
criteria: [
4848
{
4949
filterType: 7,
50-
value: "ZooCodeOrganization.zoo-code",
50+
value: "RooVeterinaryInc.roo-cline",
5151
},
5252
],
5353
},

0 commit comments

Comments
 (0)