summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2019-02-06 11:46:56 -0800
committerTim Smith <tsmith84@gmail.com>2019-06-26 11:33:56 -0700
commit9bf2c1ec0b04a8c309158fbc9f26cdbe3bd98bb1 (patch)
tree97cf9506e4fb626357927a6b8b689743511cf4d0
parent2c2bc50c1b53d8bb30cb2baa505f62b0d6ade10d (diff)
downloadchef-9bf2c1ec0b04a8c309158fbc9f26cdbe3bd98bb1.tar.gz
Update text for name_property defaults
Signed-off-by: Tim Smith <tsmith@chef.io>
-rwxr-xr-xdocs.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs.rb b/docs.rb
index 4ee184ad28..52c4f48f92 100755
--- a/docs.rb
+++ b/docs.rb
@@ -297,7 +297,7 @@ Properties
The <%= @name %> resource has the following properties:
<% @properties.each do |p| %>
``<%= p['name'] %>``
- **Ruby Type:** <%= friendly_types_list(p['is']) %><% unless pretty_default(p['default']).nil? %> | **Default Value:** ``<%= pretty_default(p['default']) %>``<% end %><% if p['required'] %> | ``REQUIRED``<% end %><% if p['deprecated'] %> | ``DEPRECATED``<% end %><% if p['name_property'] %> | **Default Value:** ``'name'``<% end %>
+ **Ruby Type:** <%= friendly_types_list(p['is']) %><% unless pretty_default(p['default']).nil? %> | **Default Value:** ``<%= pretty_default(p['default']) %>``<% end %><% if p['required'] %> | ``REQUIRED``<% end %><% if p['deprecated'] %> | ``DEPRECATED``<% end %><% if p['name_property'] %> | **Default Value:** ``The resource block's name``<% end %>
<%= p['description'] %>
<% unless p['introduced'].nil? %>\n *New in Chef Client <%= p['introduced'] %>.*<% end %>