Roo-Code/apps/docs/docs/tutorial-videos.json
Roo Code f1d69f02fb feat: migrate Roo-Code-Docs into monorepo as apps/docs
- Move all documentation files from standalone repo to apps/docs
- Create @roo-code/docs package with workspace dependencies
- Update docusaurus.config.ts editUrl to point to apps/docs path
- Fix @roo-code/types package.json to export built files instead of source
- Add missing dependencies (@docusaurus/plugin-content-docs, @docusaurus/theme-common, @easyops-cn/autocomplete.js)
- Update turbo.json to include docs build outputs
- Add comprehensive README with setup instructions
- Add .gitignore to exclude build artifacts
- Fix TypeScript error with inert attribute

This migration consolidates the docs into the main repository for better
integration and streamlined deployment via Vercel.

Note: GitHub Actions workflows for deployment will be added manually
due to repository permissions.
2026-01-24 19:30:01 +00:00

64 lines
978 B
JSON

{
"videos": [
{
"id": "Mcq3r1EPZ-4",
"title": "Installing Roo Code"
},
{
"id": "ZBML8h5cCgo",
"title": "Configuring Profiles"
},
{
"id": "VAbadUDhH5c",
"title": "Setting up MCP Servers"
},
{
"id": "bWtIxGsl2cQ",
"title": "Auto Approve Feature"
},
{
"id": "iiAv1eKOaxk",
"title": "Custom Modes"
},
{
"id": "Ho30nyY332E",
"title": "Checkpoints"
},
{
"id": "r1bpod1VWhg",
"title": "Codebase Indexing"
},
{
"id": "9k8OAXlszak",
"title": "Context Condensing"
},
{
"id": "WatooxMlW0U",
"title": "Roo Marketplace"
},
{
"id": "6h5vB9PpoPk",
"title": "Todo Lists"
},
{
"id": "IOpmeUGLpg0",
"title": "Slash Commands"
},
{
"id": "cAjzTs0194c",
"title": "Browser Use"
},
{
"id": "_Op3VfLPEu8",
"title": "Code Actions"
},
{
"id": "rkWBHeG9A-4",
"title": "Terminal Integration"
},
{
"id": "HmnNSasv7T8",
"title": "Context Management"
}
]
}