diff options
Diffstat (limited to 'tasks')
-rwxr-xr-x | tasks/docs.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tasks/docs.rb b/tasks/docs.rb index c02d8325db..3d93a4493d 100755 --- a/tasks/docs.rb +++ b/tasks/docs.rb @@ -262,8 +262,7 @@ namespace :docs_site do HEREDOC end - template = %{ -===================================================== + template = %{===================================================== <%= @name %> resource ===================================================== `[edit on GitHub] <https://github.com/chef/chef-web-docs/blob/master/chef_master/source/resource_<%= @name %>.rst>`__ @@ -277,6 +276,7 @@ namespace :docs_site do Syntax ===================================================== + The <%= @name %> resource has the following syntax: .. code-block:: ruby |