Update React documentation (16.2.0)

pull/739/merge
Thibaut Courouble 7 years ago
parent d9033ef65e
commit 3c84eadba1

@ -537,9 +537,9 @@ credits = [
'https://raw.githubusercontent.com/ramda/ramda/master/LICENSE.txt' 'https://raw.githubusercontent.com/ramda/ramda/master/LICENSE.txt'
], [ ], [
'React, React Native, Flow, Relay', 'React, React Native, Flow, Relay',
'2013-2017 Facebook Inc.', '2013-present Facebook Inc.',
'CC BY', 'CC BY',
'https://raw.githubusercontent.com/facebook/react/master/LICENSE-docs' 'https://raw.githubusercontent.com/reactjs/reactjs.org/master/LICENSE-DOCS.md'
], [ ], [
'Redis', 'Redis',
'2009-2017 Salvatore Sanfilippo', '2009-2017 Salvatore Sanfilippo',

@ -2,7 +2,7 @@ module Docs
class React < UrlScraper class React < UrlScraper
self.name = 'React' self.name = 'React'
self.type = 'simple' self.type = 'simple'
self.release = '16.1.0' self.release = '16.2.0'
self.base_url = 'https://reactjs.org/docs/' self.base_url = 'https://reactjs.org/docs/'
self.root_path = 'hello-world.html' self.root_path = 'hello-world.html'
self.links = { self.links = {
@ -27,7 +27,7 @@ module Docs
} }
options[:attribution] = <<-HTML options[:attribution] = <<-HTML
&copy; 2013&ndash;2017 Facebook Inc.<br> &copy; 2013&ndash;present Facebook Inc.<br>
Licensed under the Creative Commons Attribution 4.0 International Public License. Licensed under the Creative Commons Attribution 4.0 International Public License.
HTML HTML
end end

Loading…
Cancel
Save