mirror of
https://github.com/aljazceru/goose.git
synced 2025-12-18 22:54:24 +01:00
Add YouTube video embed to using-goosehints.md (#3560)
This commit is contained in:
@@ -8,9 +8,20 @@ import Tabs from '@theme/Tabs';
|
|||||||
import TabItem from '@theme/TabItem';
|
import TabItem from '@theme/TabItem';
|
||||||
import { FolderKey } from 'lucide-react';
|
import { FolderKey } from 'lucide-react';
|
||||||
|
|
||||||
|
|
||||||
`.goosehints` is a text file used to provide additional context about your project and improve the communication with Goose. The use of `goosehints` ensures that Goose understands your requirements better and can execute tasks more effectively.
|
`.goosehints` is a text file used to provide additional context about your project and improve the communication with Goose. The use of `goosehints` ensures that Goose understands your requirements better and can execute tasks more effectively.
|
||||||
|
|
||||||
|
<details>
|
||||||
|
<summary>Goose Hints Video Walkthrough</summary>
|
||||||
|
<iframe
|
||||||
|
class="aspect-ratio"
|
||||||
|
src="https://www.youtube.com/embed/kWXJC5p0608"
|
||||||
|
title="Goose Hints"
|
||||||
|
frameBorder="0"
|
||||||
|
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
|
||||||
|
allowFullScreen
|
||||||
|
></iframe>
|
||||||
|
</details>
|
||||||
|
|
||||||
:::info Developer extension required
|
:::info Developer extension required
|
||||||
To make use of the hints file, you need to have the `Developer` extension [enabled](/docs/getting-started/using-extensions).
|
To make use of the hints file, you need to have the `Developer` extension [enabled](/docs/getting-started/using-extensions).
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user