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 40cfc60 commit d27c1c4Copy full SHA for d27c1c4
1 file changed
lib/docs/scrapers/pony.rb
@@ -5,7 +5,10 @@ class Pony < UrlScraper
5
self.base_url = 'https://stdlib.ponylang.io/'
6
7
html_filters.push 'pony/container', 'pony/entries'
8
- options[:attribution] = "Me"
+
9
+ options[:attribution] = <<-HTML
10
+ © 2018 Pony Developers
11
+ HTML
12
13
options[:trailing_slash] = false
14
options[:skip_patterns] = [/src/]
0 commit comments