From 84b4d132871a065148ab9ebc9626844a741fbdfa Mon Sep 17 00:00:00 2001 From: Angie Jones Date: Wed, 1 Apr 2026 09:31:17 -0400 Subject: [PATCH] docs: update reusable recipes docs (#8232) Signed-off-by: Angie Jones Co-authored-by: Angie Jones --- .../blog/2025-11-21-social-media-agent-automation/index.md | 2 +- documentation/docs/guides/recipes/index.mdx | 2 +- documentation/docs/guides/recipes/recipe-reference.md | 2 +- documentation/docs/guides/recipes/session-recipes.md | 2 +- documentation/src/components/RecipeFields.js | 1 + 5 files changed, 5 insertions(+), 4 deletions(-) diff --git a/documentation/blog/2025-11-21-social-media-agent-automation/index.md b/documentation/blog/2025-11-21-social-media-agent-automation/index.md index 320333c1..5029958b 100644 --- a/documentation/blog/2025-11-21-social-media-agent-automation/index.md +++ b/documentation/blog/2025-11-21-social-media-agent-automation/index.md @@ -183,7 +183,7 @@ Sometimes the right move is to reduce instead of add, and this new version ended To fully automate this workflow, you must schedule your recipe. In goose Desktop, open the `recipe` section, click the `calendar icon` , and choose when it should run (I set mine to 10 AM daily). -You can read more in the [Shareable Recipes Guide](https://block.github.io/goose/docs/guides/recipes/session-recipes#schedule-recipe). +You can read more in the [Reusable Recipes Guide](https://block.github.io/goose/docs/guides/recipes/session-recipes#schedule-recipe). :::
diff --git a/documentation/docs/guides/recipes/index.mdx b/documentation/docs/guides/recipes/index.mdx index 5167386e..6de6ad49 100644 --- a/documentation/docs/guides/recipes/index.mdx +++ b/documentation/docs/guides/recipes/index.mdx @@ -29,7 +29,7 @@ import VideoCarousel from '@site/src/components/VideoCarousel';

📚 Documentation & Guides

diff --git a/documentation/docs/guides/recipes/recipe-reference.md b/documentation/docs/guides/recipes/recipe-reference.md index cb34dd5e..218344f2 100644 --- a/documentation/docs/guides/recipes/recipe-reference.md +++ b/documentation/docs/guides/recipes/recipe-reference.md @@ -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 diff --git a/documentation/docs/guides/recipes/session-recipes.md b/documentation/docs/guides/recipes/session-recipes.md index c7222ba7..8b99ab44 100644 --- a/documentation/docs/guides/recipes/session-recipes.md +++ b/documentation/docs/guides/recipes/session-recipes.md @@ -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" --- diff --git a/documentation/src/components/RecipeFields.js b/documentation/src/components/RecipeFields.js index 7bfe4e83..89866c96 100644 --- a/documentation/src/components/RecipeFields.js +++ b/documentation/src/components/RecipeFields.js @@ -13,6 +13,7 @@ const RecipeFields = () => {
  • Model and provider to specify which provider and model the recipe should use
  • Extensions to select which tools are available
  • Response JSON schema for structured output in automations
  • +
  • Subrecipes to attach existing subrecipes or create a new one inline