Skip to content

Commit 6a347fb

Browse files
author
Merge Resolver
committed
Add redirect from /roo to Roo Code Cloud documentation
1 parent 48b1ece commit 6a347fb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docusaurus.config.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,11 @@ const config: Config = {
262262
to: '/advanced-usage/roo-code-nightly',
263263
from: ['/advanced-usage/prerelease-build'],
264264
},
265+
// Redirect /roo to Roo Code Cloud documentation
266+
{
267+
to: '/providers/roo-code-cloud',
268+
from: ['/roo'],
269+
},
265270
],
266271
},
267272
],

0 commit comments

Comments
 (0)