Skip to content

Commit 1381dc5

Browse files
feat: update index.md to enhance documentation with new features and resources (#385)
1 parent 8414fa2 commit 1381dc5

File tree

1 file changed

+50
-60
lines changed

1 file changed

+50
-60
lines changed

docs/index.md

Lines changed: 50 additions & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -14,71 +14,61 @@ image: /img/social-share.jpg
1414

1515
# Roo Code Docs
1616

17-
Roo Code is an AI-powered autonomous coding agent that lives in your editor. It helps you code faster and smarter, whether you're starting a new project, maintaining existing code, or learning new technologies.
17+
Roo Code unleashes the full power of large language models inside VS Code. No dumbed-down assistants, no hand-holding, no limits. Just raw AI capability applied to your codebase. It costs more to run than the alternatives because it uses frontier models with actual file system access, terminal control, and multi-step workflows. If you want the best AI coding experience available, this is it.
1818

19-
---
20-
21-
## What Can Roo Code Do?
19+
## What Can Roo Code Do For YOU?
2220

23-
- **Generate Code** from natural language descriptions
24-
- **Refactor & Debug** existing code
25-
- **Write & Update** documentation
26-
- **Answer Questions** about your codebase
27-
- **Automate** repetitive tasks
28-
- **Create** new files and projects
29-
30-
---
21+
- Generate Code from natural language descriptions and specs
22+
- Adapt with Modes: Code, Architect, Ask, Debug, and Custom Modes
23+
- Refactor & Debug existing code
24+
- Write & Update documentation
25+
- Answer Questions about your codebase
26+
- Automate repetitive tasks
27+
- Utilize MCP Servers
3128

32-
## Quick Start
29+
## Getting Started
3330

3431
1. [Install Roo Code](/getting-started/installing)
3532
2. [Connect Your AI Provider](/getting-started/connecting-api-provider)
3633
3. [Try Your First Task](/getting-started/your-first-task)
3734

38-
---
39-
40-
## Key Features
41-
42-
### Multiple Modes
43-
Roo Code adapts to your needs with specialized [modes](/basic-usage/using-modes):
44-
- **Code Mode:** For general-purpose coding tasks
45-
- **Architect Mode:** For planning and technical leadership
46-
- **Ask Mode:** For answering questions and providing information
47-
- **Debug Mode:** For systematic problem diagnosis
48-
- **Orchestrator Mode:** For managing complex tasks and delegating work
49-
- **[Custom Modes](/features/custom-modes):** Create unlimited specialized personas for security auditing, performance optimization, documentation, or any other task
50-
51-
### Smart Tools
52-
Roo Code comes with powerful [tools](/basic-usage/how-tools-work) that can:
53-
- Read and write files in your project
54-
- Execute commands in your VS Code terminal
55-
- Control a web browser
56-
- Use external tools via [MCP (Model Context Protocol)](/features/mcp/overview)
57-
58-
MCP extends Roo Code's capabilities by allowing you to add unlimited custom tools. Integrate with external APIs, connect to databases, or create specialized development tools - MCP provides the framework to expand Roo Code's functionality to meet your specific needs.
59-
60-
### Customization
61-
Make Roo Code work your way with:
62-
- [Custom Instructions](/features/custom-instructions) for personalized behavior
63-
- [Custom Modes](/features/custom-modes) for specialized tasks
64-
- [Local Models](/advanced-usage/local-models) for offline use
65-
- [Auto-Approval Settings](/features/auto-approving-actions) for faster workflows
66-
67-
---
68-
69-
## Resources
70-
71-
### Documentation
72-
- [Basic Usage Guide](/basic-usage/the-chat-interface)
73-
- [Advanced Features](/features/auto-approving-actions)
74-
- [Frequently Asked Questions](/faq)
75-
76-
### Community & Socials
77-
- **Discord:** [Join our Discord server](https://discord.gg/roocode) for real-time help and discussions.
78-
- **Reddit:** [Visit our subreddit](https://www.reddit.com/r/RooCode) to share experiences and tips.
79-
- **GitHub:** Report [issues](https://github.com/RooCodeInc/Roo-Code/issues) or request [features](https://github.com/RooCodeInc/Roo-Code/discussions/categories/feature-requests?discussions_q=is%3Aopen+category%3A%22Feature+Requests%22+sort%3Atop).
80-
- **X (Twitter):** [Follow @roo_code](https://x.com/roo_code).
81-
- **Bluesky:** [Follow roocode.bsky.social](https://bsky.app/profile/roocode.bsky.social).
82-
- **LinkedIn:** [Follow Roo Code](https://www.linkedin.com/company/roo-code).
83-
84-
Ready to get started? Click the **Next** button below to begin your journey with Roo Code!
35+
## Tutorial & Feature Videos
36+
37+
<div style={{ display: 'grid', gridTemplateColumns: 'repeat(3, 1fr)', gap: '.5rem', margin: '0rem' }}>
38+
<a href="https://www.youtube.com/watch?v=Mcq3r1EPZ-4" target="_blank" rel="noopener noreferrer" style={{ textDecoration: 'none', color: 'inherit' }}>
39+
<img src="https://img.youtube.com/vi/Mcq3r1EPZ-4/maxresdefault.jpg" alt="Installing Roo Code" style={{ width: '100%', height: 'auto', borderRadius: '8px', display: 'block' }} />
40+
<div style={{ marginTop: '0.0rem', textAlign: 'center', fontWeight: 600, fontSize: '1rem' }}>Installing Roo Code</div>
41+
</a>
42+
<a href="https://www.youtube.com/watch?v=ZBML8h5cCgo" target="_blank" rel="noopener noreferrer" style={{ textDecoration: 'none', color: 'inherit' }}>
43+
<img src="https://img.youtube.com/vi/ZBML8h5cCgo/maxresdefault.jpg" alt="Configuring Profiles" style={{ width: '100%', height: 'auto', borderRadius: '8px', display: 'block' }} />
44+
<div style={{ marginTop: '0.0rem', textAlign: 'center', fontWeight: 600, fontSize: '1rem' }}>Configuring Profiles</div>
45+
</a>
46+
<a href="https://www.youtube.com/watch?v=r1bpod1VWhg" target="_blank" rel="noopener noreferrer" style={{ textDecoration: 'none', color: 'inherit' }}>
47+
<img src="https://img.youtube.com/vi/r1bpod1VWhg/maxresdefault.jpg" alt="Codebase Indexing" style={{ width: '100%', height: 'auto', borderRadius: '8px', display: 'block' }} />
48+
<div style={{ marginTop: '0.0rem', textAlign: 'center', fontWeight: 600, fontSize: '1rem' }}>Codebase Indexing</div>
49+
</a>
50+
<a href="https://www.youtube.com/watch?v=qgqceCuhlRA" target="_blank" rel="noopener noreferrer" style={{ textDecoration: 'none', color: 'inherit' }}>
51+
<img src="https://img.youtube.com/vi/qgqceCuhlRA/maxresdefault.jpg" alt="Custom Modes" style={{ width: '100%', height: 'auto', borderRadius: '8px', display: 'block' }} />
52+
<div style={{ marginTop: '0.0rem', textAlign: 'center', fontWeight: 600, fontSize: '1rem' }}>Custom Modes</div>
53+
</a>
54+
<a href="https://www.youtube.com/watch?v=Ho30nyY332E" target="_blank" rel="noopener noreferrer" style={{ textDecoration: 'none', color: 'inherit' }}>
55+
<img src="https://img.youtube.com/vi/Ho30nyY332E/maxresdefault.jpg" alt="Checkpoints" style={{ width: '100%', height: 'auto', borderRadius: '8px', display: 'block' }} />
56+
<div style={{ marginTop: '0.0rem', textAlign: 'center', fontWeight: 600, fontSize: '1rem' }}>Checkpoints</div>
57+
</a>
58+
<a href="https://www.youtube.com/watch?v=6h5vB9PpoPk" target="_blank" rel="noopener noreferrer" style={{ textDecoration: 'none', color: 'inherit' }}>
59+
<img src="https://img.youtube.com/vi/6h5vB9PpoPk/maxresdefault.jpg" alt="Todo Lists" style={{ width: '100%', height: 'auto', borderRadius: '8px', display: 'block' }} />
60+
<div style={{ marginTop: '0.0rem', textAlign: 'center', fontWeight: 600, fontSize: '1rem' }}>Todo Lists</div>
61+
</a>
62+
</div>
63+
64+
<p style={{ textAlign: 'center', marginTop: '1rem' }}>
65+
<a href="/tutorial-videos">More quick tutorial and feature videos...</a>
66+
</p>
67+
68+
## Additional Resources
69+
70+
- [YouTube Channel](https://youtube.com/@roocodeyt?feature=shared): Watch tutorials and see features in action.
71+
- [Discord Server](https://discord.gg/roocode): Join the community for real-time help and discussion.
72+
- [Reddit Community](https://www.reddit.com/r/RooCode): Share your experiences and see what others are building.
73+
- [GitHub Issues](https://github.com/RooCodeInc/Roo-Code/issues): Report bugs and track development.
74+
- [Feature Requests](https://github.com/RooCodeInc/Roo-Code/discussions/categories/feature-requests?discussions_q=is%3Aopen+category%3A%22Feature+Requests%22+sort%3Atop): Have an idea? Share it with the developers.

0 commit comments

Comments
 (0)