Update React Native documentation (0.20)

pull/359/merge
Thibaut Courouble 9 years ago
parent dd35d3b429
commit 70688f9b01

@ -3,7 +3,7 @@ module Docs
self.name = 'React Native'
self.slug = 'react_native'
self.type = 'react'
self.release = '0.19'
self.release = '0.20'
self.base_url = 'https://facebook.github.io/react-native/docs/'
self.root_path = 'getting-started.html'
self.links = {
@ -18,6 +18,11 @@ module Docs
transforms.html
troubleshooting.html)
options[:fix_urls] = ->(url) {
url.sub! 'docs/docs', 'docs'
url
}
options[:attribution] = <<-HTML
&copy; 2016 Facebook Inc.<br>
Licensed under the Creative Commons Attribution 4.0 International Public License.

Loading…
Cancel
Save