Skip to content

Commit 80ece27

Browse files
authored
feat: add YouTube video embeds and update tutorial collection (#250)
1 parent 7b62be1 commit 80ece27

File tree

2 files changed

+31
-2
lines changed

2 files changed

+31
-2
lines changed

docs/features/codebase-indexing.mdx

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,24 @@ import Codicon from '@site/src/components/Codicon';
44

55
Codebase Indexing transforms how Roo Code understands your project by creating a semantic search index using AI embeddings. Instead of searching for exact text matches, it understands the *meaning* of your queries, helping Roo find relevant code even when you don't know specific function names or file locations.
66

7-
<img src="/img/codebase-indexing/codebase-indexing-1.png" alt="Codebase Indexing Status Icon" />
7+
<div style={{ position: 'relative', paddingBottom: '56.25%', height: 0, overflow: 'hidden' }}>
8+
<iframe
9+
src="https://www.youtube.com/embed/r1bpod1VWhg"
10+
style={{
11+
position: 'absolute',
12+
top: 0,
13+
left: 0,
14+
width: '100%',
15+
height: '100%',
16+
}}
17+
frameBorder="0"
18+
allow="autoplay; encrypted-media"
19+
allowFullScreen
20+
title="Codebase Indexing Setup Tutorial"
21+
></iframe>
22+
</div>
23+
24+
<br />
825

926
---
1027

docs/tutorial-videos.json

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,18 @@
2323
{
2424
"id": "Ho30nyY332E",
2525
"title": "Checkpoints in Roo Code | Official Tutorial"
26+
},
27+
{
28+
"id": "r1bpod1VWhg",
29+
"title": "Codebase Indexing Setup Tutorial"
30+
},
31+
{
32+
"id": "9k8OAXlszak",
33+
"title": "Context Condensing Tutorial"
34+
},
35+
{
36+
"id": "WatooxMlW0U",
37+
"title": "Roo Marketplace"
2638
}
2739
]
28-
}
40+
}

0 commit comments

Comments
 (0)