mirror of
https://github.com/aljazceru/goose.git
synced 2025-12-17 14:14:26 +01:00
Docs: Add Recipe video to landing page (#3173)
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user