Skip to content

Commit 811b9d1

Browse files
committed
Update RxJS documentation (7.8.1)
1 parent b6f6ddc commit 811b9d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/docs/scrapers/rxjs.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ module Docs
44
class Rxjs < UrlScraper
55
self.name = 'RxJS'
66
self.type = 'rxjs'
7-
self.release = '7.5.5'
7+
self.release = '7.8.1'
88
self.base_url = 'https://rxjs.dev/'
99
self.root_path = 'guide/overview'
1010
self.links = {
@@ -16,7 +16,7 @@ class Rxjs < UrlScraper
1616

1717
options[:follow_links] = false
1818
options[:only_patterns] = [/guide\//, /api\//]
19-
options[:skip_patterns] = [/api\/([^\/]+)\.json/]
19+
options[:skip_patterns] = [/api\/([^\/]+)\.json/, /api\/index/]
2020
options[:fix_urls_before_parse] = ->(url) do
2121
url.sub! %r{\A(\.\/)?guide/}, '/guide/'
2222
url.sub! %r{\Aapi/}, '/api/'

0 commit comments

Comments
 (0)