Update Mongoose documentation (7.4.1)

Fixes #2012.
pull/2020/head
Simon Legner 2 years ago
parent 6f8ea7e2de
commit da343eca80

@ -17,7 +17,7 @@ module Docs
node['data-language'] = 'javascript' node['data-language'] = 'javascript'
end end
css('.native-inline', '.api-nav', '.toc', '.api-content ul:first-child').remove css('.native-inline', '.api-nav', '.toc', '.api-content ul:first-child', '.edit-docs-link').remove
if !at_css('h1') if !at_css('h1')
if css('h2').count > 1 if css('h2').count > 1

@ -2,7 +2,7 @@ module Docs
class Mongoose < UrlScraper class Mongoose < UrlScraper
self.name = 'Mongoose' self.name = 'Mongoose'
self.type = 'simple' self.type = 'simple'
self.release = '5.8.5' self.release = '7.4.1'
self.base_url = 'https://mongoosejs.com/docs/' self.base_url = 'https://mongoosejs.com/docs/'
self.root_path = 'index.html' self.root_path = 'index.html'
self.initial_paths = %w(guide.html) self.initial_paths = %w(guide.html)

Loading…
Cancel
Save