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[: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.
HTML
@ -83,14 +83,14 @@ module Docs
end
version do
self.release = '15.0.0'
self.release = '15.1.5'
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/'
self.release = '14.2.12'
self.base_url = 'https://v14.angular.io/'
include Docs::Angular::Since12
end

Loading…
Cancel
Save