Explorar el Código

Update Angular documentation (15.0.0)

Simon Legner hace 3 años
padre
commit
f7946b4b80
Se han modificado 1 ficheros con 7 adiciones y 1 borrados
  1. 7 1
      lib/docs/scrapers/angular.rb

+ 7 - 1
lib/docs/scrapers/angular.rb

@@ -83,7 +83,13 @@ module Docs
     end
 
     version do
-      self.release = '14.2.0'
+      self.release = '15.0.0'
+      self.base_url = 'https://angular.io/'
+      include Docs::Angular::Since12
+    end
+
+    version '14' do
+      self.release = '14.2.11'
       self.base_url = 'https://angular.io/'
       include Docs::Angular::Since12
     end