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 b2cc581 commit 585a120Copy full SHA for 585a120
lib/docs/scrapers/crystal.rb
@@ -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