mirror of
https://github.com/freeCodeCamp/devdocs
synced 2024-11-16 19:48:10 +01:00
Update Mongoose documentation (4.5.1)
This commit is contained in:
parent
012420c925
commit
778cc0a413
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ module Docs
|
|||
class Mongoose < UrlScraper
|
||||
self.name = 'Mongoose'
|
||||
self.type = 'mongoose'
|
||||
self.release = '4.4.20'
|
||||
self.release = '4.5.1'
|
||||
self.base_url = 'http://mongoosejs.com/docs/'
|
||||
self.root_path = 'index.html'
|
||||
self.initial_paths = %w(guide.html api.html)
|
||||
|
|
Loading…
Reference in a new issue