Update Marionette.js documentation (2.4.5)

pull/406/head
Thibaut Courouble 9 years ago
parent d9ceb673bc
commit 90ebef1b6c

@ -272,9 +272,9 @@ credits = [
'http://www.lua.org/license.html' 'http://www.lua.org/license.html'
], [ ], [
'Marionette.js', 'Marionette.js',
'2015 Muted Solutions, LLC', '2016 Muted Solutions, LLC',
'MIT', 'MIT',
'http://mutedsolutions.mit-license.org/' 'https://mutedsolutions.mit-license.org/'
], [ ], [
'Markdown', 'Markdown',
'2004 John Gruber', '2004 John Gruber',

@ -18,7 +18,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.LodashPage =
app.views.MarionettePage =
app.views.MochaPage = app.views.MochaPage =
app.views.JavascriptPage app.views.JavascriptPage

@ -10,6 +10,7 @@ app.views.AngularPage =
app.views.EmberPage = app.views.EmberPage =
app.views.ExpressPage = app.views.ExpressPage =
app.views.GoPage = app.views.GoPage =
app.views.MarionettePage =
app.views.MeteorPage = app.views.MeteorPage =
app.views.ModernizrPage = app.views.ModernizrPage =
app.views.MomentPage = app.views.MomentPage =

@ -15,6 +15,7 @@ module Docs
css('#source + h2', '#improve', '#source', '.glyphicon', 'p > br').remove css('#source + h2', '#improve', '#source', '.glyphicon', 'p > br').remove
css('pre > code').each do |node| css('pre > code').each do |node|
node.parent['data-language'] = node['class'][/lang-(\w+)/, 1]
node.before(node.children).remove node.before(node.children).remove
end end

@ -3,7 +3,7 @@ module Docs
self.name = 'Marionette.js' self.name = 'Marionette.js'
self.slug = 'marionette' self.slug = 'marionette'
self.type = 'marionette' self.type = 'marionette'
self.release = '2.4.3' self.release = '2.4.5'
self.base_url = "http://marionettejs.com/docs/v#{release}/" self.base_url = "http://marionettejs.com/docs/v#{release}/"
self.root_path = 'index' self.root_path = 'index'
self.links = { self.links = {
@ -16,7 +16,7 @@ module Docs
options[:container] = '.docs__content' options[:container] = '.docs__content'
options[:attribution] = <<-HTML options[:attribution] = <<-HTML
&copy; 2015 Muted Solutions, LLC<br> &copy; 2016 Muted Solutions, LLC<br>
Licensed under the MIT License. Licensed under the MIT License.
HTML HTML
end end

Loading…
Cancel
Save