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 6a8a80d commit 21aca67Copy full SHA for 21aca67
lib/docs/scrapers/pony.rb
@@ -6,6 +6,7 @@ class Pony < UrlScraper
6
7
html_filters.push 'pony/container', 'pony/clean_html', 'pony/entries'
8
options[:attribution] = "Me"
9
- options[:follow_links] = ->(filter) { filter.subpath !~ /src/ }
+ options[:trailing_slash] = false
10
+ options[:skip_patterns] = [/src/]
11
end
12
0 commit comments