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 81efc88 commit 40cfc60Copy full SHA for 40cfc60
2 files changed
lib/docs/filters/pony/clean_html.rb
lib/docs/scrapers/pony.rb
@@ -4,8 +4,9 @@ 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/clean_html', 'pony/entries'
+ html_filters.push 'pony/container', 'pony/entries'
8
options[:attribution] = "Me"
9
+
10
options[:trailing_slash] = false
11
options[:skip_patterns] = [/src/]
12
end
0 commit comments