mirror of
https://github.com/aljazceru/goose.git
synced 2025-12-17 14:14:26 +01:00
docs: cross reference recipe docs (#3141)
This commit is contained in:
@@ -39,6 +39,11 @@ import styles from '@site/src/components/Card/styles.module.css';
|
||||
description="Complete technical reference for creating and customizing recipes in Goose via the CLI."
|
||||
link="/docs/guides/recipes/recipe-reference"
|
||||
/>
|
||||
<Card
|
||||
title="Goose Recipes Tutorial"
|
||||
description="Learn how to create and use Goose recipes with prompts, parameters, MCP servers, and more."
|
||||
link="/docs/tutorials/recipes-tutorial"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -218,4 +218,7 @@ Common errors to watch for:
|
||||
- Missing required fields
|
||||
- Invalid extension configurations
|
||||
|
||||
When these occur, Goose will provide helpful error messages indicating what needs to be fixed.
|
||||
When these occur, Goose will provide helpful error messages indicating what needs to be fixed.
|
||||
|
||||
## Learn More
|
||||
Check out the [Goose Recipes](/docs/guides/recipes) guide for more docs, tools, and resources to help you master Goose recipes.
|
||||
@@ -413,4 +413,7 @@ To protect your privacy and system integrity, Goose excludes:
|
||||
- System-level Goose settings
|
||||
|
||||
|
||||
This means others may need to supply their own credentials or memory context if the recipe depends on those elements.
|
||||
This means others may need to supply their own credentials or memory context if the recipe depends on those elements.
|
||||
|
||||
## Learn More
|
||||
Check out the [Goose Recipes](/docs/guides/recipes) guide for more docs, tools, and resources to help you master Goose recipes.
|
||||
Reference in New Issue
Block a user