mirror of
https://github.com/freeCodeCamp/devdocs
synced 2024-11-16 19:48:10 +01:00
Update Angular documentation (11.2.6)
This commit is contained in:
parent
0a4ef6ada9
commit
3c407a8ea6
2 changed files with 3 additions and 3 deletions
|
@ -88,7 +88,7 @@ credits = [
|
|||
'https://creativecommons.org/licenses/by/3.0/'
|
||||
], [
|
||||
'Angular',
|
||||
'2010-2020 Google, Inc.',
|
||||
'2010-2021 Google, Inc.',
|
||||
'CC BY',
|
||||
'https://creativecommons.org/licenses/by/4.0/'
|
||||
], [
|
||||
|
|
|
@ -11,7 +11,7 @@ module Docs
|
|||
options[:max_image_size] = 256_000
|
||||
|
||||
options[:attribution] = <<-HTML
|
||||
© 2010–2020 Google, Inc.<br>
|
||||
© 2010–2021 Google, Inc.<br>
|
||||
Licensed under the Creative Commons Attribution License 4.0.
|
||||
HTML
|
||||
|
||||
|
@ -59,7 +59,7 @@ module Docs
|
|||
end
|
||||
|
||||
version do
|
||||
self.release = '11.0.0'
|
||||
self.release = '11.2.6'
|
||||
self.base_url = 'https://angular.io/'
|
||||
self.root_path = 'docs'
|
||||
|
||||
|
|
Loading…
Reference in a new issue