mirror of
https://github.com/freeCodeCamp/devdocs
synced 2024-11-16 19:48:10 +01:00
Update RxJS documentation (7.0.1)
This commit is contained in:
parent
f378bc0e98
commit
5ab83e5760
2 changed files with 3 additions and 3 deletions
|
@ -733,7 +733,7 @@ credits = [
|
|||
'https://raw.githubusercontent.com/rust-lang/book/master/LICENSE-MIT'
|
||||
], [
|
||||
'RxJS',
|
||||
'2015-2018 Google, Inc., Netflix, Inc., Microsoft Corp. and contributors',
|
||||
'2015-2021 Google, Inc., Netflix, Inc., Microsoft Corp. and contributors',
|
||||
'Apache',
|
||||
'https://raw.githubusercontent.com/ReactiveX/rxjs/master/LICENSE.txt'
|
||||
], [
|
||||
|
|
|
@ -4,7 +4,7 @@ module Docs
|
|||
class Rxjs < UrlScraper
|
||||
self.name = 'RxJS'
|
||||
self.type = 'rxjs'
|
||||
self.release = '6.5.2'
|
||||
self.release = '7.0.1'
|
||||
self.base_url = 'https://rxjs.dev/'
|
||||
self.root_path = 'guide/overview'
|
||||
self.links = {
|
||||
|
@ -27,7 +27,7 @@ module Docs
|
|||
options[:max_image_size] = 256_000
|
||||
|
||||
options[:attribution] = <<-HTML
|
||||
© 2015–2018 Google, Inc., Netflix, Inc., Microsoft Corp. and contributors.<br>
|
||||
© 2015–2021 Google, Inc., Netflix, Inc., Microsoft Corp. and contributors.<br>
|
||||
Code licensed under an Apache-2.0 License. Documentation licensed under CC BY 4.0.
|
||||
HTML
|
||||
|
||||
|
|
Loading…
Reference in a new issue