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/' 'https://creativecommons.org/licenses/by-sa/4.0/'
], [ ], [
'Redux', 'Redux',
'2015-2016 Dan Abramov', '2015-2017 Dan Abramov',
'MIT', 'MIT',
'https://raw.githubusercontent.com/reactjs/redux/master/LICENSE.md' 'https://raw.githubusercontent.com/reactjs/redux/master/LICENSE.md'
], [ ], [

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

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

Loading…
Cancel
Save