We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6f6ddc commit 811b9d1Copy full SHA for 811b9d1
lib/docs/scrapers/rxjs.rb
@@ -4,7 +4,7 @@ module Docs
4
class Rxjs < UrlScraper
5
self.name = 'RxJS'
6
self.type = 'rxjs'
7
- self.release = '7.5.5'
+ self.release = '7.8.1'
8
self.base_url = 'https://rxjs.dev/'
9
self.root_path = 'guide/overview'
10
self.links = {
@@ -16,7 +16,7 @@ class Rxjs < UrlScraper
16
17
options[:follow_links] = false
18
options[:only_patterns] = [/guide\//, /api\//]
19
- options[:skip_patterns] = [/api\/([^\/]+)\.json/]
+ options[:skip_patterns] = [/api\/([^\/]+)\.json/, /api\/index/]
20
options[:fix_urls_before_parse] = ->(url) do
21
url.sub! %r{\A(\.\/)?guide/}, '/guide/'
22
url.sub! %r{\Aapi/}, '/api/'
0 commit comments