Update Mongoose documentation (4.4.13)

pull/406/head
Thibaut Courouble 9 years ago
parent 0c047269bd
commit 66b67bdffc

@ -20,7 +20,6 @@ app.views.GruntPage =
app.views.LodashPage = app.views.LodashPage =
app.views.MarionettePage = app.views.MarionettePage =
app.views.MochaPage = app.views.MochaPage =
app.views.MongoosePage =
app.views.SinonPage = app.views.SinonPage =
app.views.JavascriptPage app.views.JavascriptPage

@ -13,6 +13,7 @@ app.views.GoPage =
app.views.MeteorPage = app.views.MeteorPage =
app.views.ModernizrPage = app.views.ModernizrPage =
app.views.MomentPage = app.views.MomentPage =
app.views.MongoosePage =
app.views.NodePage = app.views.NodePage =
app.views.PerlPage = app.views.PerlPage =
app.views.PhaserPage = app.views.PhaserPage =

@ -29,6 +29,10 @@ module Docs
node.before(node.children).remove node.before(node.children).remove
end end
css('pre').each do |node|
node['data-language'] = 'javascript'
end
doc doc
end end
end end

@ -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.4.10' self.release = '4.4.13'
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