Переглянути джерело

Update Chef documentation (18.0.15)

Simon Legner 3 роки тому
батько
коміт
5a5e608d25
1 змінених файлів з 15 додано та 0 видалено
  1. 15 0
      lib/docs/scrapers/chef.rb

+ 15 - 0
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'