Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions documentation/docs/guides/recipes/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,18 @@ import styles from '@site/src/components/Card/styles.module.css';
</p>


<!-- will replace with Recipe video once live -->
<!-- <div className="video-container margin-bottom--lg">
will replace with Recipe video once live -->
<div className="video-container margin-bottom--lg">
<iframe
width="100%"
height="400"
src="https://www.youtube.com/embed/D-DpDunrbpo"
title="Vibe coding with Goose"
src="https://www.youtube.com/embed/8rTliYrQ6Iw"
title="Create Reusable AI Agents with Recipes"
frameBorder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowFullScreen
></iframe>
</div> -->
</div>

<div className={styles.categorySection}>
<h2 className={styles.categoryTitle}>📚 Documentation & Guides</h2>
Expand Down
Loading