|
|
@ -14,12 +14,12 @@ module Docs
|
|
|
|
options[:container] = '.docs__content'
|
|
|
|
options[:container] = '.docs__content'
|
|
|
|
|
|
|
|
|
|
|
|
options[:attribution] = <<-HTML
|
|
|
|
options[:attribution] = <<-HTML
|
|
|
|
© 2016 Muted Solutions, LLC<br>
|
|
|
|
© 2017 Muted Solutions, LLC<br>
|
|
|
|
Licensed under the MIT License.
|
|
|
|
Licensed under the MIT License.
|
|
|
|
HTML
|
|
|
|
HTML
|
|
|
|
|
|
|
|
|
|
|
|
version '3' do
|
|
|
|
version '3' do
|
|
|
|
self.release = '3.1.0'
|
|
|
|
self.release = '3.2.0'
|
|
|
|
self.base_url = "https://marionettejs.com/docs/v#{release}/"
|
|
|
|
self.base_url = "https://marionettejs.com/docs/v#{release}/"
|
|
|
|
|
|
|
|
|
|
|
|
html_filters.push 'marionette/entries_v3'
|
|
|
|
html_filters.push 'marionette/entries_v3'
|
|
|
|