Update lodash documentation (4.12.0, 3.10.0)

pull/407/head
Thibaut Courouble 9 years ago
parent e9b36319cb
commit cc60e8c83e

@ -17,7 +17,6 @@ class app.views.JavascriptWithMarkupCheckPage extends app.views.BasePage
app.views.ChaiPage = app.views.ChaiPage =
app.views.GruntPage = app.views.GruntPage =
app.views.LodashPage =
app.views.MochaPage = app.views.MochaPage =
app.views.JavascriptPage app.views.JavascriptPage

@ -12,6 +12,7 @@ app.views.EmberPage =
app.views.ExpressPage = app.views.ExpressPage =
app.views.GoPage = app.views.GoPage =
app.views.LaravelPage = app.views.LaravelPage =
app.views.LodashPage =
app.views.MarionettePage = app.views.MarionettePage =
app.views.MeteorPage = app.views.MeteorPage =
app.views.ModernizrPage = app.views.ModernizrPage =

@ -20,6 +20,7 @@ module Docs
css('pre').each do |node| css('pre').each do |node|
node.inner_html = node.inner_html.gsub('<br>', "\n").gsub('&nbsp;', ' ') node.inner_html = node.inner_html.gsub('<br>', "\n").gsub('&nbsp;', ' ')
node.content = node.content node.content = node.content
node['data-language'] = 'javascript'
end end
doc doc

@ -19,7 +19,7 @@ module Docs
HTML HTML
version '4' do version '4' do
self.release = '4.11.1' self.release = '4.12.0'
self.base_url = 'https://lodash.com/docs' self.base_url = 'https://lodash.com/docs'
end end

Loading…
Cancel
Save