|
|
@ -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.9'
|
|
|
|
self.version = '3.5.12'
|
|
|
|
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'
|
|
|
|
self.links = {
|
|
|
|
self.links = {
|
|
|
@ -40,7 +40,7 @@ module Docs
|
|
|
|
options[:skip_patterns] = [/\//]
|
|
|
|
options[:skip_patterns] = [/\//]
|
|
|
|
|
|
|
|
|
|
|
|
options[:attribution] = <<-HTML
|
|
|
|
options[:attribution] = <<-HTML
|
|
|
|
© 2015 Michael Bostock<br>
|
|
|
|
© 2010–2016 Michael Bostock<br>
|
|
|
|
Licensed under the BSD License.
|
|
|
|
Licensed under the BSD License.
|
|
|
|
HTML
|
|
|
|
HTML
|
|
|
|
end
|
|
|
|
end
|
|
|
|