Update Mongoose documentation (4.10.1)

pull/630/head
Thibaut Courouble 8 years ago
parent 50ca8e2645
commit 782e4b4b02

@ -2,7 +2,7 @@ module Docs
class Mongoose < UrlScraper class Mongoose < UrlScraper
self.name = 'Mongoose' self.name = 'Mongoose'
self.type = 'mongoose' self.type = 'mongoose'
self.release = '4.9.5' self.release = '4.10.1'
self.base_url = 'http://mongoosejs.com/docs/' self.base_url = 'http://mongoosejs.com/docs/'
self.root_path = 'index.html' self.root_path = 'index.html'
self.initial_paths = %w(guide.html api.html) self.initial_paths = %w(guide.html api.html)

Loading…
Cancel
Save