summaryrefslogtreecommitdiff
path: root/tasks/docs.rb
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2020-04-29 10:19:50 -0700
committerTim Smith <tsmith84@gmail.com>2020-04-29 10:19:50 -0700
commitbe881ec2e45a2c37a7798f156fa7d9f471fb866f (patch)
treea450342805fbdab45ea67094b07f5a66e0d48716 /tasks/docs.rb
parent94638d0b03ea26495ceab1593e378ffff1f047ce (diff)
downloadchef-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/docs.rb')
-rwxr-xr-xtasks/docs.rb1
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