Update React Native documentation (0.26)

pull/412/merge
Thibaut Courouble 9 years ago
parent e5f8a73cc2
commit f175350ec1

@ -19,6 +19,7 @@ module Docs
def get_type
link = at_css('.nav-docs-section .active, .toc .active')
return 'Miscellaneous' unless link
section = link.ancestors('.nav-docs-section, section').first
type = section.at_css('h3').content.strip
type = REPLACE_TYPES[type] || type

@ -3,7 +3,7 @@ module Docs
self.name = 'React Native'
self.slug = 'react_native'
self.type = 'react'
self.release = '0.25'
self.release = '0.26'
self.base_url = 'https://facebook.github.io/react-native/docs/'
self.root_path = 'getting-started.html'
self.links = {

Loading…
Cancel
Save