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