|
|
@ -3,8 +3,12 @@ module Docs
|
|
|
|
self.name = 'Underscore.js'
|
|
|
|
self.name = 'Underscore.js'
|
|
|
|
self.slug = 'underscore'
|
|
|
|
self.slug = 'underscore'
|
|
|
|
self.type = 'underscore'
|
|
|
|
self.type = 'underscore'
|
|
|
|
self.release = '1.8.3'
|
|
|
|
self.release = '1.9.0'
|
|
|
|
self.base_url = 'http://underscorejs.org'
|
|
|
|
self.base_url = 'http://underscorejs.org'
|
|
|
|
|
|
|
|
self.links = {
|
|
|
|
|
|
|
|
home: 'http://underscorejs.org',
|
|
|
|
|
|
|
|
code: 'https://github.com/jashkenas/underscore'
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
html_filters.push 'underscore/clean_html', 'underscore/entries', 'title'
|
|
|
|
html_filters.push 'underscore/clean_html', 'underscore/entries', 'title'
|
|
|
|
|
|
|
|
|
|
|
@ -13,7 +17,7 @@ module Docs
|
|
|
|
options[:skip_links] = true
|
|
|
|
options[:skip_links] = true
|
|
|
|
|
|
|
|
|
|
|
|
options[:attribution] = <<-HTML
|
|
|
|
options[:attribution] = <<-HTML
|
|
|
|
© 2009–2015 Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors<br>
|
|
|
|
© 2009–2017 Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors<br>
|
|
|
|
Licensed under the MIT License.
|
|
|
|
Licensed under the MIT License.
|
|
|
|
HTML
|
|
|
|
HTML
|
|
|
|
end
|
|
|
|
end
|
|
|
|