|
|
@ -15,7 +15,7 @@ module Docs
|
|
|
|
options[:max_image_size] = 256_000
|
|
|
|
options[:max_image_size] = 256_000
|
|
|
|
|
|
|
|
|
|
|
|
options[:attribution] = <<-HTML
|
|
|
|
options[:attribution] = <<-HTML
|
|
|
|
© 2010–2022 Google, Inc.<br>
|
|
|
|
© 2010–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
|
|
|
|
|
|
|
|
|
|
|
|