mirror of
https://github.com/aaif-goose/goose.git
synced 2026-07-03 14:10:03 +02:00
docs: add videos to multi-model page (#5938)
This commit is contained in:
@@ -8,6 +8,7 @@ import Card from '@site/src/components/Card';
|
||||
import styles from '@site/src/components/Card/styles.module.css';
|
||||
import Tabs from '@theme/Tabs';
|
||||
import TabItem from '@theme/TabItem';
|
||||
import VideoCarousel from '@site/src/components/VideoCarousel';
|
||||
|
||||
<h1 className={styles.pageTitle}>Multi-Model Configuration</h1>
|
||||
<p className={styles.pageDescription}>
|
||||
@@ -51,3 +52,26 @@ import TabItem from '@theme/TabItem';
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div className={styles.categorySection}>
|
||||
<h2 className={styles.categoryTitle}>🎥 More Videos</h2>
|
||||
|
||||
<VideoCarousel
|
||||
id="more-videos"
|
||||
videos={[
|
||||
{
|
||||
type: 'iframe',
|
||||
src: 'https://www.youtube.com/embed/ZyhUTsChFUw',
|
||||
title: 'goose\'s Multi-Model Setup',
|
||||
description: 'Learn about lead/worker mode, from configuration to best practices',
|
||||
duration: '5:01'
|
||||
},
|
||||
{
|
||||
type: 'iframe',
|
||||
src: 'https://www.youtube.com/embed/SJ6EZpyCKrk',
|
||||
title: 'Livestream - LLM Tag Team: Who Plans, Who Executes?',
|
||||
description: 'Using lead/worker mode to add features to the goose docs in real time',
|
||||
duration: '9:36'
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
Reference in New Issue
Block a user