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 500f45b commit a836758Copy full SHA for a836758
1 file changed
lib/docs/scrapers/crystal.rb
@@ -19,6 +19,12 @@ def initial_urls
19
20
html_filters.push 'crystal/entries', 'crystal/clean_html'
21
22
+ options[:skip_patterns] = [
23
+ %r{\ACrystal/System/},
24
+ %r{\AIO/Evented.html\z},
25
+ %r{\ARegex/PCRE2.html\z}
26
+ ]
27
+
28
options[:attribution] = ->(filter) {
29
if filter.current_url.path.start_with?('/reference/')
30
<<-HTML
0 commit comments