Update Node.js documentation (5.0.0)

pull/281/merge
Thibaut 10 years ago
parent 146d84a9aa
commit 17f6d31bbd

@ -264,7 +264,7 @@ credits = [
'Node.js', 'Node.js',
'Joyent, Inc. and other Node contributors<br>Node.js is a trademark of Joyent, Inc.', 'Joyent, Inc. and other Node contributors<br>Node.js is a trademark of Joyent, Inc.',
'MIT', 'MIT',
'https://raw.github.com/joyent/node/master/LICENSE' 'https://raw.githubusercontent.com/nodejs/node/master/LICENSE'
], [ ], [
'Nokogiri', 'Nokogiri',
'2008-2014 2014 Aaron Patterson, Mike Dalessio, Charles Nutter, Sergio Arbeo, Patrick Mahoney, Yoko Harada, Akinori Musha', '2008-2014 2014 Aaron Patterson, Mike Dalessio, Charles Nutter, Sergio Arbeo, Patrick Mahoney, Yoko Harada, Akinori Musha',

@ -3,11 +3,11 @@ module Docs
self.name = 'Node.js' self.name = 'Node.js'
self.slug = 'node' self.slug = 'node'
self.type = 'node' self.type = 'node'
self.version = '4.2.1' self.version = '5.0.0'
self.base_url = 'https://nodejs.org/api/' self.base_url = 'https://nodejs.org/api/'
self.links = { self.links = {
home: 'https://nodejs.org/', home: 'https://nodejs.org/',
code: 'https://github.com/joyent/node' code: 'https://github.com/nodejs/node'
} }
html_filters.push 'node/clean_html', 'node/entries', 'title' html_filters.push 'node/clean_html', 'node/entries', 'title'
@ -19,7 +19,9 @@ module Docs
options[:attribution] = <<-HTML options[:attribution] = <<-HTML
&copy; Joyent, Inc. and other Node contributors<br> &copy; Joyent, Inc. and other Node contributors<br>
Licensed under the MIT License. Licensed under the MIT License.<br>
Node.js is a trademark of Joyent, Inc. and is used with its permission.<br>
We are not endorsed by or affiliated with Joyent.
HTML HTML
end end
end end

Loading…
Cancel
Save