docs: lowercase goose in getting-started and guides topics (#5857)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -30,17 +30,17 @@ import VideoCarousel from '@site/src/components/VideoCarousel';
|
||||
<div className={styles.cardGrid}>
|
||||
<Card
|
||||
title="Shareable Recipes"
|
||||
description="Share a Goose session setup (including tools, goals, and instructions) as a reusable recipe that others can launch with a single click."
|
||||
description="Share a goose session setup (including tools, goals, and instructions) as a reusable recipe that others can launch with a single click."
|
||||
link="/docs/guides/recipes/session-recipes"
|
||||
/>
|
||||
<Card
|
||||
title="Recipe Reference Guide"
|
||||
description="Complete technical reference for creating and customizing recipes in Goose via the CLI."
|
||||
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."
|
||||
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"
|
||||
/>
|
||||
<Card
|
||||
@@ -50,7 +50,7 @@ import VideoCarousel from '@site/src/components/VideoCarousel';
|
||||
/>
|
||||
<Card
|
||||
title="Saving Recipes"
|
||||
description="Learn how to save, organize, and find your Goose recipes for easy access and reuse."
|
||||
description="Learn how to save, organize, and find your goose recipes for easy access and reuse."
|
||||
link="/docs/guides/recipes/storing-recipes"
|
||||
/>
|
||||
<Card
|
||||
@@ -66,7 +66,7 @@ import VideoCarousel from '@site/src/components/VideoCarousel';
|
||||
<div className={styles.cardGrid}>
|
||||
<Card
|
||||
title="Recipe Generator"
|
||||
description="Interactive tool that creates a shareable Goose recipe URL that others can use to launch a session with your predefined settings."
|
||||
description="Interactive tool that creates a shareable goose recipe URL that others can use to launch a session with your predefined settings."
|
||||
link="/recipe-generator"
|
||||
/>
|
||||
<Card
|
||||
@@ -102,14 +102,14 @@ import VideoCarousel from '@site/src/components/VideoCarousel';
|
||||
{
|
||||
type: 'iframe',
|
||||
src: 'https://youtube.com/embed/1szmJSKInnU',
|
||||
title: 'Advanced Tips for Recipes/Subrecipes in Goose',
|
||||
title: 'Advanced Tips for Recipes/Subrecipes in goose',
|
||||
description: 'Advanced tips for using recipes and subrecipes in goose',
|
||||
duration: '10:07'
|
||||
},
|
||||
{
|
||||
type: 'iframe',
|
||||
src: 'https://youtube.com/embed/gvg7DomaJuA',
|
||||
title: 'Headless Goose, Scheduling a Parallel-Subagent Recipe',
|
||||
title: 'Headless goose, Scheduling a Parallel-Subagent Recipe',
|
||||
description: 'Schedule a recipe to run two subagents in parallel',
|
||||
duration: '5:50'
|
||||
}
|
||||
|
||||
@@ -21,7 +21,7 @@ The "main recipe" registers its subrecipes in the `sub_recipes` field, which con
|
||||
- `path`: File path to the subrecipe file (relative or absolute)
|
||||
- `values`: (Optional) Pre-configured parameter values that are always passed to the subrecipe
|
||||
|
||||
When the main recipe is run, Goose generates a tool for each subrecipe that:
|
||||
When the main recipe is run, goose generates a tool for each subrecipe that:
|
||||
- Accepts parameters defined by the subrecipe
|
||||
- Executes the subrecipe in a separate session with its own context
|
||||
- Returns output to the main recipe
|
||||
@@ -410,4 +410,4 @@ In this example:
|
||||
- **Test independently**: Verify subrecipes work alone before combining
|
||||
|
||||
## Learn More
|
||||
Check out the [Goose Recipes](/docs/guides/recipes) guide for more docs, tools, and resources to help you master Goose recipes.
|
||||
Check out the [Recipes](/docs/guides/recipes) guide for more docs, tools, and resources to help you master goose recipes.
|
||||
|
||||
Reference in New Issue
Block a user