docs: update reusable recipes docs (#8232)

Signed-off-by: Angie Jones <angie@Angies-MacBook-Pro.local>
Co-authored-by: Angie Jones <angie@Angies-MacBook-Pro.local>
This commit is contained in:
Angie Jones
2026-04-01 09:31:17 -04:00
committed by GitHub
parent a58ae1b146
commit 84b4d13287
5 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ import VideoCarousel from '@site/src/components/VideoCarousel';
<h2 className={styles.categoryTitle}>📚 Documentation & Guides</h2>
<div className={styles.cardGrid}>
<Card
title="Shareable Recipes"
title="Reusable Recipes"
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"
/>
@@ -20,7 +20,7 @@ Recipes can be defined in:
`.yml` files aren't supported by goose CLI.
:::
See [Shareable Recipes](/docs/guides/recipes/session-recipes) to learn how to create, use, and manage recipes.
See [Reusable Recipes](/docs/guides/recipes/session-recipes) to learn how to create, use, and manage recipes.
## Recipe Location
@@ -1,6 +1,6 @@
---
sidebar_position: 1
title: Shareable Recipes
title: Reusable Recipes
description: "Share a goose session setup (including tools, goals, and instructions) as a reusable recipe that others can launch with a single click"
---