Update Express documentation (4.16.1)

pull/667/merge
Thibaut Courouble 7 years ago
parent 2346b1afc1
commit e07e03a9db

@ -15,7 +15,10 @@ module Docs
@doc = at_css('#page-doc') unless root_page?
at_css('h1').remove if root_page?
if root_page?
at_css('h1').remove
css('> header', '#menu').remove
end
# Put id attributes on headings
css('h2 + a[name]').each do |node|

@ -2,7 +2,7 @@ module Docs
class Express < UrlScraper
self.name = 'Express'
self.type = 'express'
self.release = '4.15.4'
self.release = '4.16.1'
self.base_url = 'http://expressjs.com/en/'
self.root_path = '4x/api.html'
self.initial_paths = %w(

Loading…
Cancel
Save