Skip to content

Commit e654f87

Browse files
committed
feat: add video tutorial iframe to Task Todo List documentation
1 parent ea92246 commit e654f87

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

docs/features/task-todo-list.mdx

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,24 @@ Todo lists are automatically created for complex tasks, multi-step workflows, or
2121
See [When Roo Creates Todo Lists](#when-roo-creates-todo-lists) for detailed information about automatic and manual triggers.
2222
:::
2323

24+
<div style={{ position: 'relative', paddingBottom: '56.25%', height: 0, overflow: 'hidden' }}>
25+
<iframe
26+
src="https://www.youtube.com/embed/6h5vB9PpoPk"
27+
style={{
28+
position: 'absolute',
29+
top: 0,
30+
left: 0,
31+
width: '100%',
32+
height: '100%',
33+
}}
34+
frameBorder="0"
35+
allow="autoplay; encrypted-media"
36+
allowFullScreen
37+
></iframe>
38+
</div>
39+
40+
<br />
41+
2442
---
2543

2644
## Use Case

0 commit comments

Comments
 (0)