[devdocsgjs/main: 139/239] Update Chef documentation (18.0.15)




commit 5a5e608d254f68f59efa8bb5d184493874094c78
Author: Simon Legner <Simon Legner gmail com>
Date:   Sat Jan 22 17:36:53 2022 +0100

    Update Chef documentation (18.0.15)

 lib/docs/scrapers/chef.rb | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
---
diff --git a/lib/docs/scrapers/chef.rb b/lib/docs/scrapers/chef.rb
index 04cdfa7e..b53721c4 100644
--- a/lib/docs/scrapers/chef.rb
+++ b/lib/docs/scrapers/chef.rb
@@ -20,6 +20,21 @@ module Docs
       We are not affiliated with, endorsed or sponsored by Chef Inc.
     HTML
 
+    version '18' do
+      self.release = '18.0.15'
+
+      options[:container] = '.off-canvas-wrapper'
+
+      options[:skip] = [
+        '/automate/api/',
+        '/habitat/supervisor_api/',
+        '/habitat/builder_api/'
+      ]
+
+      html_filters.push 'chef/entries', 'chef/clean_html'
+
+    end
+
     version '17' do
       self.release = '17.9.18'
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]