Browse Source

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 năm trước cách đây
mục cha
commit
c55dc57e64
1 tập tin đã thay đổi với 3 bổ sung8 xóa
  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