summaryrefslogtreecommitdiff
path: root/tasks
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2020-05-01 13:57:39 -0700
committerTim Smith <tsmith84@gmail.com>2020-05-01 13:57:39 -0700
commit94c3519d49986df95b1ab3221b6cc7886245abce (patch)
treef72b2f4cfa489cb331ced1ddd00e63cae4bbcf16 /tasks
parentb214e0bb2dbe93ba7ee4a9dc8ebe22538f8a9dff (diff)
downloadchef-94c3519d49986df95b1ab3221b6cc7886245abce.tar.gz
Remove some special content for breakpoint
We autogenerate better content that these snippets Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'tasks')
-rwxr-xr-xtasks/docs.rb7
1 files changed, 1 insertions, 6 deletions
diff --git a/tasks/docs.rb b/tasks/docs.rb
index cfa937c58d..1ab9153aea 100755
--- a/tasks/docs.rb
+++ b/tasks/docs.rb
@@ -219,8 +219,6 @@ namespace :docs_site do
properties["properties_shortcode"] =
case name
- when "breakpoint"
- "resource_breakpoint_properties.md"
when "ohai"
"resource_ohai_properties.md"
when "log"
@@ -256,10 +254,7 @@ namespace :docs_site do
properties["ruby_style_basics_chef_log"] = name == "log"
properties["syntax_shortcode"] =
- case name
- when "breakpoint"
- "resource_breakpoint_syntax.md"
- when "log"
+ if name == "log"
"resource_log_syntax.md"
else
nil