module Docs class Maxcdn < UrlScraper self.name = 'MaxCDN' self.type = 'maxcdn' self.base_url = 'https://docs.maxcdn.com/' html_filters.push 'maxcdn/clean_html', 'maxcdn/entries' options[:container] = '#readme-docs' options[:skip_links] = true options[:attribution] = <<-HTML © 2015 MaxCDN
Licensed under the MIT License. HTML end end