Update Backbone.js documentation (1.1.1)

pull/62/merge
Thibaut 11 years ago
parent 32906bccc6
commit f6d76ee155

@ -80,7 +80,7 @@ credits = [
'http://creativecommons.org/licenses/by/3.0/' 'http://creativecommons.org/licenses/by/3.0/'
], [ ], [
'Backbone.js', 'Backbone.js',
'2010-2013 Jeremy Ashkenas, DocumentCloud', '2010-2014 Jeremy Ashkenas, DocumentCloud',
'MIT', 'MIT',
'https://raw.github.com/jashkenas/backbone/master/LICENSE' 'https://raw.github.com/jashkenas/backbone/master/LICENSE'
], [ ], [

@ -8,11 +8,11 @@ module Docs
end end
# Remove Examples, FAQ, etc. # Remove Examples, FAQ, etc.
while doc.children.last['id'] != 'examples' while doc.children.last['id'] != 'faq'
doc.children.last.remove doc.children.last.remove
end end
css('#examples', '.run').remove css('#faq', '.run').remove
css('tt').each do |node| css('tt').each do |node|
node.name = 'code' node.name = 'code'

@ -3,7 +3,7 @@ module Docs
self.name = 'Backbone.js' self.name = 'Backbone.js'
self.slug = 'backbone' self.slug = 'backbone'
self.type = 'underscore' self.type = 'underscore'
self.version = '1.1.0' self.version = '1.1.1'
self.base_url = 'http://backbonejs.org' self.base_url = 'http://backbonejs.org'
html_filters.push 'backbone/clean_html', 'backbone/entries', 'title' html_filters.push 'backbone/clean_html', 'backbone/entries', 'title'
@ -13,7 +13,7 @@ module Docs
options[:skip_links] = true options[:skip_links] = true
options[:attribution] = <<-HTML options[:attribution] = <<-HTML
&copy; 2010&ndash;2013 Jeremy Ashkenas, DocumentCloud<br> &copy; 2010&ndash;2014 Jeremy Ashkenas, DocumentCloud<br>
Licensed under the MIT License. Licensed under the MIT License.
HTML HTML
end end

Loading…
Cancel
Save