Merge pull request #1925 from ClasherKasten/minor/angular

Update Angular documentations
pull/1934/head
Simon Legner 2 years ago committed by GitHub
commit 078bf1f5c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -15,7 +15,7 @@ module Docs
options[:max_image_size] = 256_000 options[:max_image_size] = 256_000
options[:attribution] = <<-HTML options[:attribution] = <<-HTML
&copy; 2010&ndash;2022 Google, Inc.<br> &copy; 2010&ndash;2023 Google, Inc.<br>
Licensed under the Creative Commons Attribution License 4.0. Licensed under the Creative Commons Attribution License 4.0.
HTML HTML
@ -83,14 +83,14 @@ module Docs
end end
version do version do
self.release = '15.0.0' self.release = '15.1.5'
self.base_url = 'https://angular.io/' self.base_url = 'https://angular.io/'
include Docs::Angular::Since12 include Docs::Angular::Since12
end end
version '14' do version '14' do
self.release = '14.2.11' self.release = '14.2.12'
self.base_url = 'https://angular.io/' self.base_url = 'https://v14.angular.io/'
include Docs::Angular::Since12 include Docs::Angular::Since12
end end

Loading…
Cancel
Save