|
|
|
@ -3,15 +3,17 @@ module Docs
|
|
|
|
|
self.name = 'React Router'
|
|
|
|
|
self.slug = 'react_router'
|
|
|
|
|
self.type = 'simple'
|
|
|
|
|
self.release = '6.3.0'
|
|
|
|
|
self.base_url = 'https://reactrouterdotcom.fly.dev/docs/en/v6/api'
|
|
|
|
|
self.release = '6.4.1'
|
|
|
|
|
self.base_url = 'https://reactrouterdotcom.fly.dev/docs/en/v6'
|
|
|
|
|
|
|
|
|
|
self.links = {
|
|
|
|
|
home: 'https://reactrouterdotcom.fly.dev/',
|
|
|
|
|
code: 'https://github.com/remix-run/react-router'
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
html_filters.push 'react_router/entries', 'react_router/clean_html', 'title'
|
|
|
|
|
html_filters.push 'react_router/entries', 'react_router/clean_html'
|
|
|
|
|
|
|
|
|
|
options[:skip_patterns] = [/upgrading/]
|
|
|
|
|
|
|
|
|
|
options[:attribution] = <<-HTML
|
|
|
|
|
© React Training 2015-2019<br>
|
|
|
|
|