Skip to content

Commit 65709e4

Browse files
johnmccraeIanMadd
andauthored
Jfm/chef18 yaml recipes docs (#4469)
* Adding docs for yaml recipes Signed-off-by: John McCrae <[email protected]> * Adding docs for yaml recipes Signed-off-by: John McCrae <[email protected]> * Quick fixes Signed-off-by: Ian Maddaus <[email protected]> * Editing Signed-off-by: Ian Maddaus <[email protected]> * More editing Signed-off-by: Ian Maddaus <[email protected]> * More editing Signed-off-by: Ian Maddaus <[email protected]> * Add JSON recipes Signed-off-by: Ian Maddaus <[email protected]> * One more change Signed-off-by: Ian Maddaus <[email protected]> * Fix linting issues Signed-off-by: Ian Maddaus <[email protected]> * Add recipe support versions Signed-off-by: Ian Maddaus <[email protected]> --------- Signed-off-by: John McCrae <[email protected]> Signed-off-by: Ian Maddaus <[email protected]> Co-authored-by: Ian Maddaus <[email protected]>
1 parent 151db28 commit 65709e4

File tree

6 files changed

+519
-1
lines changed

6 files changed

+519
-1
lines changed

content/debug.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ aliases = ["/debug.html"]
99
title = "Debug Recipes, Client Runs"
1010
identifier = "chef_infra/cookbook_reference/recipes/debug.md Debug Recipes, Client Runs"
1111
parent = "chef_infra/cookbook_reference/recipes"
12-
weight = 20
12+
weight = 30
1313
+++
1414

1515
Elements of good approaches to building cookbooks and recipes that are

content/recipes.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@ aliases = ["/recipes.html", "essentials_cookbook_recipes.html"]
1414

1515
{{< readfile file="content/reusable/md/cookbooks_recipe.md" >}}
1616

17+
## YAML and JSON recipes
18+
19+
{{< readfile file = "content/reusable/md/recipes_yaml_json_overview.md" >}}
20+
21+
See the [YAML and JSON recipe documentation]({{< relref "recipes_json_yaml" >}}) for more information.
22+
1723
## Recipe Attributes
1824

1925
{{< readfile file="content/reusable/md/cookbooks_attribute.md" >}}

0 commit comments

Comments
 (0)