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>
|
</p>
|
||||||
|
|
||||||
|
|
||||||
<!-- will replace with Recipe video once live -->
|
will replace with Recipe video once live -->
|
||||||
<!-- <div className="video-container margin-bottom--lg">
|
<div className="video-container margin-bottom--lg">
|
||||||
<iframe
|
<iframe
|
||||||
width="100%"
|
width="100%"
|
||||||
height="400"
|
height="400"
|
||||||
src="https://www.youtube.com/embed/D-DpDunrbpo"
|
src="https://www.youtube.com/embed/8rTliYrQ6Iw"
|
||||||
title="Vibe coding with Goose"
|
title="Create Reusable AI Agents with Recipes"
|
||||||
frameBorder="0"
|
frameBorder="0"
|
||||||
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
|
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
|
||||||
allowFullScreen
|
allowFullScreen
|
||||||
></iframe>
|
></iframe>
|
||||||
</div> -->
|
</div>
|
||||||
|
|
||||||
<div className={styles.categorySection}>
|
<div className={styles.categorySection}>
|
||||||
<h2 className={styles.categoryTitle}>📚 Documentation & Guides</h2>
|
<h2 className={styles.categoryTitle}>📚 Documentation & Guides</h2>
|
||||||
|
|||||||
Reference in New Issue
Block a user