[devdocsgjs/main: 1054/1867] Update Godot versions
- From: Andy Holmes <andyholmes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [devdocsgjs/main: 1054/1867] Update Godot versions
- Date: Fri, 19 Nov 2021 23:47:40 +0000 (UTC)
commit c55dc57e64501551c7d8868ca9f3140c58a2c071
Author: Ignas Kiela <me ignaskiela eu>
Date: Thu Apr 2 20:08:57 2020 +0300
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
lib/docs/scrapers/godot.rb | 11 +++--------
1 file changed, 3 insertions(+), 8 deletions(-)
---
diff --git a/lib/docs/scrapers/godot.rb b/lib/docs/scrapers/godot.rb
index 1ccf693f..e5c50154 100644
--- a/lib/docs/scrapers/godot.rb
+++ b/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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]