Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/debug.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ aliases = ["/debug.html"]
title = "Debug Recipes, Client Runs"
identifier = "chef_infra/cookbook_reference/recipes/debug.md Debug Recipes, Client Runs"
parent = "chef_infra/cookbook_reference/recipes"
weight = 20
weight = 30
+++

Elements of good approaches to building cookbooks and recipes that are
Expand Down
6 changes: 6 additions & 0 deletions content/recipes.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ aliases = ["/recipes.html", "essentials_cookbook_recipes.html"]

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

## YAML and JSON recipes

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

See the [YAML and JSON recipe documentation]({{< relref "recipes_json_yaml" >}}) for more information.

## Recipe Attributes

{{< readfile file="content/reusable/md/cookbooks_attribute.md" >}}
Expand Down
Loading