mirror of https://github.com/freeCodeCamp/devdocs
parent
ec9e755102
commit
eabcb6179a
Before Width: | Height: | Size: 32 KiB After Width: | Height: | Size: 32 KiB |
Before Width: | Height: | Size: 84 KiB After Width: | Height: | Size: 85 KiB |
@ -0,0 +1,26 @@
|
|||||||
|
module Docs
|
||||||
|
class ReactNative < React
|
||||||
|
self.name = 'React Native'
|
||||||
|
self.slug = 'react_native'
|
||||||
|
self.type = 'react'
|
||||||
|
self.version = '0.8.0'
|
||||||
|
self.base_url = 'https://facebook.github.io/react-native/docs/'
|
||||||
|
self.root_path = 'getting-started.html'
|
||||||
|
self.links = {
|
||||||
|
home: 'https://facebook.github.io/react-native/',
|
||||||
|
code: 'https://github.com/facebook/react-native'
|
||||||
|
}
|
||||||
|
|
||||||
|
options[:root_title] = 'React Native Documentation'
|
||||||
|
options[:only_patterns] = nil
|
||||||
|
options[:skip] = %w(
|
||||||
|
videos.html
|
||||||
|
transforms.html
|
||||||
|
troubleshooting.html)
|
||||||
|
|
||||||
|
options[:attribution] = <<-HTML
|
||||||
|
© 2015 Facebook Inc.<br>
|
||||||
|
Licensed under the Creative Commons Attribution 4.0 International Public License.
|
||||||
|
HTML
|
||||||
|
end
|
||||||
|
end
|
After Width: | Height: | Size: 302 B |
After Width: | Height: | Size: 677 B |
@ -0,0 +1 @@
|
|||||||
|
https://github.com/facebook/react-native/blob/gh-pages/img/favicon.png
|
Loading…
Reference in new issue