diff options
Diffstat (limited to 'tasks')
-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 -%> } |