Sfoglia il codice sorgente

Update Godot versions

Godot 3.2 released Jan 29th

After discussion in IRC remove 3.0 and 3.1 docs as almost nobody uses
3.0 anymore and 3.2 docs are mostly compatable with 3.1
Ignas Kiela 5 anni fa
parent
commit
c55dc57e64
1 ha cambiato i file con 3 aggiunte e 8 eliminazioni
  1. 3 8
      lib/docs/scrapers/godot.rb

+ 3 - 8
lib/docs/scrapers/godot.rb

@@ -28,18 +28,13 @@ module Docs
       end
     end
 
-    version '3.1' do
-      self.release = '3.1.1'
-      self.base_url = "http://docs.godotengine.org/en/#{self.version}/"
-    end
-
-    version '3.0' do
-      self.release = '3.0.6'
+    version '3.2' do
+      self.release = '3.2.1'
       self.base_url = "http://docs.godotengine.org/en/#{self.version}/"
     end
 
     version '2.1' do
-      self.release = '2.1'
+      self.release = '2.1.6'
       self.base_url = "http://docs.godotengine.org/en/#{self.version}/"
     end