Skip to content

Commit ae3002d

Browse files
SannidhyaSahYour Name
andauthored
docs: Embed auto-approve video and update tutorial videos list (#194)
Co-authored-by: Your Name <[email protected]>
1 parent b31d9de commit ae3002d

File tree

2 files changed

+27
-6
lines changed

2 files changed

+27
-6
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,23 @@
44
55
Auto-approve settings speed up your workflow by eliminating repetitive confirmation prompts, but they significantly increase security risks.
66

7+
<div style={{ position: 'relative', paddingBottom: '56.25%', height: 0, overflow: 'hidden' }}>
8+
<iframe
9+
src="https://www.youtube.com/embed/jW4_PPyRXCs"
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+
></iframe>
21+
</div>
22+
<br />
23+
724
## Quick Start Guide
825

926
1. Click the Auto-Approve Toolbar above the chat input

docs/tutorial-videos.json

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,24 @@
11
{
22
"videos": [
3-
{
4-
"id": "qgqceCuhlRA",
5-
"title": "Custom Modes in Roo Code | Official Tutorial "
6-
},
73
{
84
"id": "Mcq3r1EPZ-4",
95
"title": "Installing Roo Code in VS Code"
106
},
7+
{
8+
"id": "eEJErgZBqLE",
9+
"title": "Configuring Profiles | Detailed Tutorial"
10+
},
1111
{
1212
"id": "QDy3dm1xJ6Y",
1313
"title": "Setting up MCP server in Roo"
1414
},
1515
{
16-
"id": "eEJErgZBqLE",
17-
"title": "Configuring Profiles | Detailed Tutorial"
16+
"id": "jW4_PPyRXCs",
17+
"title": "Auto Approve in Roo Code Explained | Detailed Tutorial"
18+
},
19+
{
20+
"id": "qgqceCuhlRA",
21+
"title": "Custom Modes in Roo Code | Official Tutorial "
1822
}
1923
]
2024
}

0 commit comments

Comments
 (0)