module Docs class Iojs < UrlScraper self.name = 'io.js' self.slug = 'iojs' self.type = 'node' self.version = '1.4.2' self.base_url = 'https://iojs.org/api/' html_filters.push 'node/clean_html', 'node/entries', 'title' options[:title] = false options[:root_title] = 'io.js' options[:container] = '#apicontent' options[:skip] = %w(index.html all.html documentation.html synopsis.html) options[:attribution] = <<-HTML © io.js contributors
Licensed under the MIT License. HTML end end