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/mdn/dom.rb

14 lines
253 B

11 years ago
module Docs
class Dom < Mdn
# release = '2021-10-22'
11 years ago
self.name = 'DOM'
self.base_url = 'https://developer.mozilla.org/en-US/docs/Web/API'
html_filters.push 'dom/clean_html', 'dom/entries'
11 years ago
options[:root_title] = 'DOM'
end
end