Update Mongoose documentation (4.13.1)

This commit is contained in:
Thibaut Courouble 2017-11-10 11:45:18 -05:00
parent a84935631c
commit d9716ab048

View file

@ -2,10 +2,11 @@ module Docs
class Mongoose < UrlScraper
self.name = 'Mongoose'
self.type = 'mongoose'
self.release = '4.12.0'
self.release = '4.13.1'
self.base_url = 'http://mongoosejs.com/docs/'
self.root_path = 'index.html'
self.initial_paths = %w(guide.html api.html)
self.force_gzip = true
self.links = {
home: 'http://mongoosejs.com/',
code: 'https://github.com/Automattic/mongoose'