From 74ce62d13d9fbf168aad1ada9a46bbb32dff4aaf Mon Sep 17 00:00:00 2001 From: "w. ian douglas" Date: Thu, 28 Aug 2025 13:23:46 -0600 Subject: [PATCH] make sure all cookbook recipes have a title and version, but no id (#4395) --- documentation/src/pages/recipes/data/recipes/analyze-pr.yaml | 3 +-- .../src/pages/recipes/data/recipes/clean-up-feature-flag.yaml | 2 +- .../src/pages/recipes/data/recipes/dev-guide-migration.yaml | 2 +- .../src/pages/recipes/data/recipes/pull-request-generator.yaml | 2 +- .../recipes/data/recipes/sunno-song-format-generator.yaml | 3 +-- 5 files changed, 5 insertions(+), 7 deletions(-) diff --git a/documentation/src/pages/recipes/data/recipes/analyze-pr.yaml b/documentation/src/pages/recipes/data/recipes/analyze-pr.yaml index f38c44b6bb..81480df49b 100644 --- a/documentation/src/pages/recipes/data/recipes/analyze-pr.yaml +++ b/documentation/src/pages/recipes/data/recipes/analyze-pr.yaml @@ -1,4 +1,3 @@ -id: analyze-pr version: 1.0.0 title: Analyse PR author: @@ -54,4 +53,4 @@ prompt: | be worth an extra look and give them an idea of maybe why these changes were needed 5. Clean up after yourself. If you cloned a repository or checked out a commit, make sure you return the state to what it was before. So if in step 3 you changed branch, change - it back. If you had git stashed something, stash pop it again. \ No newline at end of file + it back. If you had git stashed something, stash pop it again. diff --git a/documentation/src/pages/recipes/data/recipes/clean-up-feature-flag.yaml b/documentation/src/pages/recipes/data/recipes/clean-up-feature-flag.yaml index 396a5470e6..5ce9e219d7 100644 --- a/documentation/src/pages/recipes/data/recipes/clean-up-feature-flag.yaml +++ b/documentation/src/pages/recipes/data/recipes/clean-up-feature-flag.yaml @@ -1,4 +1,4 @@ -id: clean-up-feature-flag +version: 1.0.0 title: Clean Up Feature Flag description: Automatically clean up all references of a fully rolled out feature flag from a codebase and make the new behavior the default. instructions: > diff --git a/documentation/src/pages/recipes/data/recipes/dev-guide-migration.yaml b/documentation/src/pages/recipes/data/recipes/dev-guide-migration.yaml index e49c75e76d..244e94dad4 100644 --- a/documentation/src/pages/recipes/data/recipes/dev-guide-migration.yaml +++ b/documentation/src/pages/recipes/data/recipes/dev-guide-migration.yaml @@ -42,4 +42,4 @@ parameters: requirement: user_prompt description: the sidebar file to add the new doc page author: - contact: lifeizhou-ap \ No newline at end of file + contact: lifeizhou-ap diff --git a/documentation/src/pages/recipes/data/recipes/pull-request-generator.yaml b/documentation/src/pages/recipes/data/recipes/pull-request-generator.yaml index 84f19ed37d..c80603a19a 100644 --- a/documentation/src/pages/recipes/data/recipes/pull-request-generator.yaml +++ b/documentation/src/pages/recipes/data/recipes/pull-request-generator.yaml @@ -1,4 +1,4 @@ -id: pr-generator +version: 1.0.0 title: PR Generator description: Automatically generate pull request descriptions based on changes in a local git repo. instructions: > diff --git a/documentation/src/pages/recipes/data/recipes/sunno-song-format-generator.yaml b/documentation/src/pages/recipes/data/recipes/sunno-song-format-generator.yaml index 17421b571a..ab39784798 100644 --- a/documentation/src/pages/recipes/data/recipes/sunno-song-format-generator.yaml +++ b/documentation/src/pages/recipes/data/recipes/sunno-song-format-generator.yaml @@ -1,5 +1,4 @@ version: 1.0.0 -id: sunno-song-format-generator title: Sunno Song Format Generator description: Generates a prompt for Sunno v4.5+ instructions: | @@ -106,4 +105,4 @@ instructions: | With all of this information, the user will now prompt you for a song creation! author: contact: simonsickle -prompt: I will like my song to be about \ No newline at end of file +prompt: I will like my song to be about