diff options
author | Tim Smith <tsmith84@gmail.com> | 2020-04-29 10:19:50 -0700 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2020-04-29 10:19:50 -0700 |
commit | be881ec2e45a2c37a7798f156fa7d9f471fb866f (patch) | |
tree | a450342805fbdab45ea67094b07f5a66e0d48716 /tasks | |
parent | 94638d0b03ea26495ceab1593e378ffff1f047ce (diff) | |
download | chef-be881ec2e45a2c37a7798f156fa7d9f471fb866f.tar.gz |
Skip the draft field in the docs generation
This defaults to false
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'tasks')
-rwxr-xr-x | tasks/docs.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tasks/docs.rb b/tasks/docs.rb index c4d6d5a07a..e0b38e5a13 100755 --- a/tasks/docs.rb +++ b/tasks/docs.rb @@ -266,7 +266,6 @@ namespace :docs_site do r = {} # These properties are always set to these values. - r["draft"] = false r["resource_reference"] = true r["robots"] = nil r["syntax_code_block"] = nil |