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.
2 parents c35c628 + 585a120 commit cc0551fCopy full SHA for cc0551f
lib/docs/scrapers/crystal.rb
@@ -2,7 +2,7 @@ module Docs
2
class Crystal < UrlScraper
3
include MultipleBaseUrls
4
self.type = 'crystal'
5
- self.release = '1.16.0'
+ self.release = '1.16.1'
6
self.base_urls = [
7
"https://crystal-lang.org/api/#{release}/",
8
"https://crystal-lang.org/reference/#{release[0..2]}/",
@@ -20,8 +20,10 @@ def initial_urls
20
html_filters.push 'crystal/entries', 'crystal/clean_html'
21
22
options[:skip_patterns] = [
23
- %r{\ACrystal/System/},
+ %r{\ALibLLVM\.html\z},
24
+ %r{\ACrystal/System(/|\.html\z)},
25
%r{\ACrystal/PointerPairingHeap/},
26
+ %r{\AFiber/ExecutionContext/Scheduler.html\z},
27
%r{\AIO/Evented.html\z},
28
%r{\ARegex/PCRE2.html\z}
29
]
0 commit comments