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 56c6fe9 commit 6a8a80dCopy full SHA for 6a8a80d
lib/docs/scrapers/pony.rb
@@ -4,7 +4,7 @@ class Pony < UrlScraper
4
self.release = '0.25.0'
5
self.base_url = 'https://stdlib.ponylang.io/'
6
7
- html_filters.push 'pony/container', 'pony/entries', 'pony/clean_html'
+ html_filters.push 'pony/container', 'pony/clean_html', 'pony/entries'
8
options[:attribution] = "Me"
9
options[:follow_links] = ->(filter) { filter.subpath !~ /src/ }
10
end
0 commit comments