|
|
@ -3,7 +3,7 @@ module Docs
|
|
|
|
self.name = 'React Native'
|
|
|
|
self.name = 'React Native'
|
|
|
|
self.slug = 'react_native'
|
|
|
|
self.slug = 'react_native'
|
|
|
|
self.type = 'react'
|
|
|
|
self.type = 'react'
|
|
|
|
self.release = '0.26'
|
|
|
|
self.release = '0.27'
|
|
|
|
self.base_url = 'https://facebook.github.io/react-native/docs/'
|
|
|
|
self.base_url = 'https://facebook.github.io/react-native/docs/'
|
|
|
|
self.root_path = 'getting-started.html'
|
|
|
|
self.root_path = 'getting-started.html'
|
|
|
|
self.links = {
|
|
|
|
self.links = {
|
|
|
@ -15,6 +15,7 @@ module Docs
|
|
|
|
|
|
|
|
|
|
|
|
options[:root_title] = 'React Native Documentation'
|
|
|
|
options[:root_title] = 'React Native Documentation'
|
|
|
|
options[:only_patterns] = nil
|
|
|
|
options[:only_patterns] = nil
|
|
|
|
|
|
|
|
options[:skip_patterns] = [/\Asample\-/]
|
|
|
|
options[:skip] = %w(
|
|
|
|
options[:skip] = %w(
|
|
|
|
videos.html
|
|
|
|
videos.html
|
|
|
|
transforms.html
|
|
|
|
transforms.html
|
|
|
|