|
|
|
@ -3,11 +3,11 @@ module Docs
|
|
|
|
|
self.name = 'Node.js'
|
|
|
|
|
self.slug = 'node'
|
|
|
|
|
self.type = 'node'
|
|
|
|
|
self.version = '4.2.1'
|
|
|
|
|
self.version = '5.0.0'
|
|
|
|
|
self.base_url = 'https://nodejs.org/api/'
|
|
|
|
|
self.links = {
|
|
|
|
|
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'
|
|
|
|
@ -19,7 +19,9 @@ module Docs
|
|
|
|
|
|
|
|
|
|
options[:attribution] = <<-HTML
|
|
|
|
|
© 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
|
|
|
|
|
end
|
|
|
|
|
end
|
|
|
|
|