summaryrefslogtreecommitdiff
path: root/docs/docs/walkthroughs/create-a-recipe.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/docs/walkthroughs/create-a-recipe.md')
-rw-r--r--docs/docs/walkthroughs/create-a-recipe.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/docs/walkthroughs/create-a-recipe.md b/docs/docs/walkthroughs/create-a-recipe.md
index 6a32906a..60bfe9a8 100644
--- a/docs/docs/walkthroughs/create-a-recipe.md
+++ b/docs/docs/walkthroughs/create-a-recipe.md
@@ -11,8 +11,14 @@ Points to include
- How to create recipe
- Using models
+1. Create a recipe here
+
+continue/continuedev/src/continuedev/recipes
+
## 1. Create a step
+
+
### a. Start by creating a subclass of Step
You should first consider what will be the parameters of your recipe. These are defined as attributes in the step, as with `input_file_path: str` below