Skip to content

Commit b2aacf5

Browse files
SannidhyaSannidhya
authored andcommitted
Add terminal integration tutorial video
- Added new Terminal Integration tutorial video (rkWBHeG9A-4) to tutorial-videos.json - Converted shell-integration.md to shell-integration.mdx to support embedded video - Embedded YouTube tutorial video at top of Terminal Shell Integration feature page
1 parent 2d9d5b1 commit b2aacf5

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,31 @@ keywords:
88
- troubleshooting
99
image: /img/social-share.jpg
1010
---
11+
import Codicon from '@site/src/components/Codicon';
1112

1213
# Terminal Shell Integration
1314

1415
Terminal Shell Integration is a key feature that enables Roo Code to execute commands in your terminal and intelligently process their output. This bidirectional communication between the AI and your development environment unlocks powerful automation capabilities.
1516

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

1838
## What is Shell Integration?

docs/tutorial-videos.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,10 @@
5151
{
5252
"id": "_Op3VfLPEu8",
5353
"title": "Code Actions"
54+
},
55+
{
56+
"id": "rkWBHeG9A-4",
57+
"title": "Terminal Integration"
5458
}
5559
]
5660
}

0 commit comments

Comments
 (0)