1
0
Эх сурвалжийг харах

Update Redux documentation (3.7.0)

Thibaut Courouble 8 жил өмнө
parent
commit
d1dda136ea

+ 1 - 1
assets/javascripts/templates/pages/about_tmpl.coffee

@@ -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'
   ], [

+ 1 - 1
lib/docs/filters/redux/entries.rb

@@ -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

+ 2 - 2
lib/docs/scrapers/redux.rb

@@ -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