Selaa lähdekoodia

Update Fish documentation (2.4.0, 2.3.1, 2.2.0)

Thibaut Courouble 9 vuotta sitten
vanhempi
commit
52549891de
1 muutettua tiedostoa jossa 5 lisäystä ja 0 poistoa
  1. 5 0
      lib/docs/scrapers/fish.rb

+ 5 - 0
lib/docs/scrapers/fish.rb

@@ -17,6 +17,11 @@ module Docs
       Licensed under the GNU General Public License, version 2.
     HTML
 
+    version '2.4' do
+      self.release = '2.4.0'
+      self.base_url = "https://fishshell.com/docs/#{version}/"
+    end
+
     version '2.3' do
       self.release = '2.3.1'
       self.base_url = "https://fishshell.com/docs/#{version}/"