Update D3.js documentation (4.10.0, 3.5.17)

pull/631/merge
Thibaut Courouble 8 years ago
parent ec3bb9169d
commit aee166c2d3

@ -12,6 +12,7 @@ module Docs
# Make headings for function definitions and add "id" attributes
css('p > a:first-child').each do |node|
next unless node.parent
next unless node['name'] || node.content == '#'
parent = node.parent
parent.name = 'h6'

@ -8,6 +8,7 @@ module Docs
code: 'https://github.com/d3/d3'
}
options[:max_image_size] = 150_000
options[:container] = '.markdown-body'
options[:attribution] = <<-HTML
@ -16,7 +17,7 @@ module Docs
HTML
version '4' do
self.release = '4.9.1'
self.release = '4.10.0'
self.base_url = 'https://github.com/d3/'
self.root_path = 'd3/blob/master/API.md'

Loading…
Cancel
Save