Skip to content

Commit d78f9fc

Browse files
authored
Add checkpoints tutorial video to documentation (#205)
1 parent 487827a commit d78f9fc

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
@@ -8,6 +8,24 @@ Checkpoints let you:
88
- Compare different implementation approaches
99
- Revert to previous project states without losing work
1010

11+
<div style={{ position: 'relative', paddingBottom: '56.25%', height: 0, overflow: 'hidden' }}>
12+
<iframe title="Checkpoints Tutorial Video"
13+
src="https://www.youtube.com/embed/Ho30nyY332E"
14+
style={{
15+
position: 'absolute',
16+
top: 0,
17+
left: 0,
18+
width: '100%',
19+
height: '100%',
20+
}}
21+
frameBorder="0"
22+
allow="autoplay; encrypted-media"
23+
allowFullScreen
24+
></iframe>
25+
</div>
26+
27+
<div style={{ marginTop: '20px' }}></div>
28+
1129
:::info Important Notes
1230
- **Checkpoints are enabled by default.**
1331
- **Git must be installed** for checkpoints to function - [see installation instructions](#git-installation)

docs/tutorial-videos.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@
1919
{
2020
"id": "qgqceCuhlRA",
2121
"title": "Custom Modes in Roo Code | Official Tutorial "
22+
},
23+
{
24+
"id": "Ho30nyY332E",
25+
"title": "Checkpoints in Roo Code | Official Tutorial"
2226
}
2327
]
2428
}

0 commit comments

Comments
 (0)