Harm Aarts 7 anni fa
parent
commit
d27c1c47a2
1 ha cambiato i file con 4 aggiunte e 1 eliminazioni
  1. 4 1
      lib/docs/scrapers/pony.rb

+ 4 - 1
lib/docs/scrapers/pony.rb

@@ -5,7 +5,10 @@ module Docs
     self.base_url = 'https://stdlib.ponylang.io/'
 
     html_filters.push 'pony/container', 'pony/entries'
-    options[:attribution] = "Me"
+
+    options[:attribution] = <<-HTML
+      &copy; 2018 Pony Developers
+    HTML
 
     options[:trailing_slash] = false
     options[:skip_patterns] = [/src/]