Update Angular documentation (13.1.3)

pull/1695/head
Simon Legner 3 years ago
parent 0c9371d5af
commit 4d75981476

@ -84,7 +84,7 @@ app.templates.aboutPage = -> """
credits = [ credits = [
[ [
'Angular', 'Angular',
'2010-2021 Google, Inc.', '2010-2022 Google, Inc.',
'CC BY', 'CC BY',
'https://creativecommons.org/licenses/by/4.0/' 'https://creativecommons.org/licenses/by/4.0/'
], [ ], [

@ -11,7 +11,7 @@ module Docs
options[:max_image_size] = 256_000 options[:max_image_size] = 256_000
options[:attribution] = <<-HTML options[:attribution] = <<-HTML
&copy; 2010&ndash;2021 Google, Inc.<br> &copy; 2010&ndash;2022 Google, Inc.<br>
Licensed under the Creative Commons Attribution License 4.0. Licensed under the Creative Commons Attribution License 4.0.
HTML HTML
@ -69,7 +69,7 @@ module Docs
end end
version do version do
self.release = '13.0.2' self.release = '13.1.3'
self.base_url = 'https://angular.io/' self.base_url = 'https://angular.io/'
self.root_path = 'docs' self.root_path = 'docs'

Loading…
Cancel
Save