Skip to content

Commit 3b1a7d1

Browse files
SannidhyaSahSannidhya
andauthored
docs: add YouTube video embed to Code Actions page and tutorial videos (#435)
Co-authored-by: Sannidhya <[email protected]>
1 parent 04b6f12 commit 3b1a7d1

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,24 @@ image: /img/social-share.jpg
1515

1616
Code Actions provide instant access to Roo Code's AI assistance directly within your code editor through VSCode's lightbulb (quick fix) system. This context-aware feature automatically detects relevant code situations and offers appropriate AI-powered actions without requiring you to switch to the chat interface.
1717

18+
<div style={{ position: 'relative', paddingBottom: '56.25%', height: 0, overflow: 'hidden' }}>
19+
<iframe
20+
src="https://www.youtube.com/embed/_Op3VfLPEu8"
21+
style={{
22+
position: 'absolute',
23+
top: 0,
24+
left: 0,
25+
width: '100%',
26+
height: '100%',
27+
}}
28+
frameBorder="0"
29+
allow="autoplay; encrypted-media"
30+
allowFullScreen
31+
></iframe>
32+
</div>
33+
34+
<div style={{ marginTop: '20px' }}></div>
35+
1836
---
1937

2038
## What are Code Actions?

docs/tutorial-videos.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,10 @@
4747
{
4848
"id": "cAjzTs0194c",
4949
"title": "Browser Use"
50+
},
51+
{
52+
"id": "_Op3VfLPEu8",
53+
"title": "Code Actions"
5054
}
5155
]
5256
}

0 commit comments

Comments
 (0)