diff options
author | Tim Smith <tsmith84@gmail.com> | 2019-09-09 22:52:17 -0700 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2019-09-10 09:44:15 -0700 |
commit | b18cbae1cdffe3ddbfe2eeabb227303def1815dc (patch) | |
tree | 40672fcc7577d03f6555e3085c7ade8bf61dc57e /tasks/docs.rb | |
parent | b1a5a4f7e3eb30d30ebd1c5b9e22b299441350a1 (diff) | |
download | chef-examples.tar.gz |
Add more resource examples to the codebaseexamples
I'm also adding these same examples to the docs.
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'tasks/docs.rb')
-rwxr-xr-x | tasks/docs.rb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tasks/docs.rb b/tasks/docs.rb index db89354517..8fa56e9e09 100755 --- a/tasks/docs.rb +++ b/tasks/docs.rb @@ -327,7 +327,10 @@ The <%= @name %> resource has the following properties: <% if @properties.empty? %>This resource does not have any properties.\n<% end -%> <%= boilerplate_content %> Examples -========================================== +===================================================== + +The following examples demonstrate various approaches for using resources in recipes: + <%= @examples -%> } |