You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
devdocs/lib/docs/scrapers/salt_stack.rb

15 lines
370 B

module Docs
class SaltStack < UrlScraper
self.release = '2018.3.2'
self.base_url = 'https://docs.saltstack.com/en/latest/ref/'
html_filters.push 'salt_stack/entries', 'salt_stack/clean_html'
options[:container] = '.body-content'
options[:attribution] = <<-HTML
&copy; 2018 SaltStack. All Rights Reserved, SaltStack Inc.
HTML
end
end