|
|
@ -3,7 +3,7 @@ module Docs
|
|
|
|
self.name = 'D3.js'
|
|
|
|
self.name = 'D3.js'
|
|
|
|
self.slug = 'd3'
|
|
|
|
self.slug = 'd3'
|
|
|
|
self.type = 'd3'
|
|
|
|
self.type = 'd3'
|
|
|
|
self.version = '3.5.2'
|
|
|
|
self.version = '3.5.3'
|
|
|
|
self.base_url = 'https://github.com/mbostock/d3/wiki/'
|
|
|
|
self.base_url = 'https://github.com/mbostock/d3/wiki/'
|
|
|
|
self.root_path = 'API-Reference'
|
|
|
|
self.root_path = 'API-Reference'
|
|
|
|
|
|
|
|
|
|
|
@ -36,7 +36,7 @@ module Docs
|
|
|
|
options[:skip_patterns] = [/\//]
|
|
|
|
options[:skip_patterns] = [/\//]
|
|
|
|
|
|
|
|
|
|
|
|
options[:attribution] = <<-HTML
|
|
|
|
options[:attribution] = <<-HTML
|
|
|
|
© 2014 Michael Bostock<br>
|
|
|
|
© 2015 Michael Bostock<br>
|
|
|
|
Licensed under the BSD License.
|
|
|
|
Licensed under the BSD License.
|
|
|
|
HTML
|
|
|
|
HTML
|
|
|
|
end
|
|
|
|
end
|
|
|
|