docs: cross reference recipe docs (#3141)

This commit is contained in:
dianed-square
2025-06-28 07:16:04 -07:00
committed by GitHub
parent 5c51bb5b58
commit 8a500e1029
4 changed files with 39 additions and 25 deletions

View File

@@ -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>

View File

@@ -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.

View File

@@ -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.