mirror of https://github.com/freeCodeCamp/devdocs
parent
937bf3b76f
commit
6ad0784fbe
@ -1,13 +1,14 @@
|
||||
module Docs
|
||||
class Dom < Mdn
|
||||
|
||||
# release = '2021-10-22'
|
||||
self.name = 'DOM'
|
||||
# release = '2021-12-07'
|
||||
self.name = 'Web APIs'
|
||||
self.slug = 'dom'
|
||||
self.base_url = 'https://developer.mozilla.org/en-US/docs/Web/API'
|
||||
|
||||
html_filters.push 'dom/clean_html', 'dom/entries'
|
||||
|
||||
options[:root_title] = 'DOM'
|
||||
options[:root_title] = 'Web APIs'
|
||||
|
||||
end
|
||||
end
|
||||
|
Loading…
Reference in new issue