Update Redux documentation (3.7.0)

pull/647/head
Thibaut Courouble 8 years ago
parent c7e260403d
commit d1dda136ea

@ -520,7 +520,7 @@ credits = [
'https://creativecommons.org/licenses/by-sa/4.0/'
], [
'Redux',
'2015-2016 Dan Abramov',
'2015-2017 Dan Abramov',
'MIT',
'https://raw.githubusercontent.com/reactjs/redux/master/LICENSE.md'
], [

@ -11,7 +11,7 @@ module Docs
path = slug.split('/')
if path.length > 1
path[0].titleize.sub('Api', 'API')
path[0].titleize.sub('Api', 'API').sub('Faq', 'FAQ')
else
'Miscellaneous'
end

@ -1,7 +1,7 @@
module Docs
class Redux < UrlScraper
self.type = 'redux'
self.release = '3.6.0'
self.release = '3.7.0'
self.base_url = 'http://redux.js.org/docs/'
self.links = {
home: 'http://redux.js.org/',
@ -13,7 +13,7 @@ module Docs
options[:skip] = %w(Feedback.html)
options[:attribution] = <<-HTML
&copy; 2015&ndash;2016 Dan Abramov<br>
&copy; 2015&ndash;2017 Dan Abramov<br>
Licensed under the MIT License.
HTML

Loading…
Cancel
Save