Update React documentation (0.14.6)

pull/329/head
Thibaut 9 years ago
parent 163a0ed8ef
commit 808a6fb43a

@ -331,7 +331,7 @@ credits = [
'https://raw.githubusercontent.com/kriskowal/q/v1/LICENSE' 'https://raw.githubusercontent.com/kriskowal/q/v1/LICENSE'
], [ ], [
'React, React Native, Flow, Relay', 'React, React Native, Flow, Relay',
'2013-2015 Facebook Inc.', '2013-2016 Facebook Inc.',
'CC BY', 'CC BY',
'https://raw.githubusercontent.com/facebook/react/master/LICENSE-docs' 'https://raw.githubusercontent.com/facebook/react/master/LICENSE-docs'
], [ ], [

@ -2,7 +2,7 @@ module Docs
class React < UrlScraper class React < UrlScraper
self.name = 'React' self.name = 'React'
self.type = 'react' self.type = 'react'
self.version = '0.14.2' self.version = '0.14.6'
self.base_url = 'https://facebook.github.io/react/' self.base_url = 'https://facebook.github.io/react/'
self.root_path = 'docs/getting-started.html' self.root_path = 'docs/getting-started.html'
self.links = { self.links = {
@ -24,7 +24,7 @@ module Docs
tips/introduction.html) tips/introduction.html)
options[:attribution] = <<-HTML options[:attribution] = <<-HTML
&copy; 2013&ndash;2015 Facebook Inc.<br> &copy; 2013&ndash;2016 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