|
|
@ -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
|
|
|
|
© 2015 Muted Solutions, LLC<br>
|
|
|
|
© 2016 Muted Solutions, LLC<br>
|
|
|
|
Licensed under the MIT License.
|
|
|
|
Licensed under the MIT License.
|
|
|
|
HTML
|
|
|
|
HTML
|
|
|
|
end
|
|
|
|
end
|
|
|
|