[devdocsgjs/main: 1614/1867] Update Godot documentation (3.3.0)




commit f703104c1cc5f9f05b1b9f66a9756b7c0128a903
Author: Simon Legner <Simon Legner gmail com>
Date:   Thu Apr 29 20:50:05 2021 +0200

    Update Godot documentation (3.3.0)

 assets/javascripts/templates/pages/about_tmpl.coffee | 2 +-
 lib/docs/scrapers/godot.rb                           | 9 +++++++--
 2 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/assets/javascripts/templates/pages/about_tmpl.coffee 
b/assets/javascripts/templates/pages/about_tmpl.coffee
index 6767be2f..2cd6798e 100644
--- a/assets/javascripts/templates/pages/about_tmpl.coffee
+++ b/assets/javascripts/templates/pages/about_tmpl.coffee
@@ -338,7 +338,7 @@ credits = [
     'https://creativecommons.org/licenses/by/3.0/'
   ], [
     'Godot',
-    '2014-2020 Juan Linietsky, Ariel Manzur, Godot Engine contributors',
+    '2014-2021 Juan Linietsky, Ariel Manzur, Godot Engine contributors',
     'MIT',
     'https://raw.githubusercontent.com/godotengine/godot/master/LICENSE.txt'
   ], [
diff --git a/lib/docs/scrapers/godot.rb b/lib/docs/scrapers/godot.rb
index cd3a788a..144a9fc5 100644
--- a/lib/docs/scrapers/godot.rb
+++ b/lib/docs/scrapers/godot.rb
@@ -17,17 +17,22 @@ module Docs
     options[:attribution] = ->(filter) do
       if filter.subpath.start_with?('classes')
          <<-HTML
-          &copy; 2014&ndash;2020 Juan Linietsky, Ariel Manzur, Godot Engine contributors<br>
+          &copy; 2014&ndash;2021 Juan Linietsky, Ariel Manzur, Godot Engine contributors<br>
           Licensed under the MIT License.
         HTML
       else
         <<-HTML
-          &copy; 2014&ndash;2020 Juan Linietsky, Ariel Manzur and the Godot community<br>
+          &copy; 2014&ndash;2021 Juan Linietsky, Ariel Manzur and the Godot community<br>
           Licensed under the Creative Commons Attribution Unported License v3.0.
         HTML
       end
     end
 
+    version '3.3' do
+      self.release = '3.3.0'
+      self.base_url = "https://docs.godotengine.org/en/#{self.version}/";
+    end
+
     version '3.2' do
       self.release = '3.2.3'
       self.base_url = "https://docs.godotengine.org/en/#{self.version}/";


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]