Update Pony documentation (0.38.1)

pull/1410/head
Phil Scherer 4 years ago
parent 37d5fd3bbb
commit 22b0332a44

@ -613,7 +613,7 @@ credits = [
'https://creativecommons.org/licenses/by/3.0/' 'https://creativecommons.org/licenses/by/3.0/'
], [ ], [
'Pony', 'Pony',
'2016-2018, The Pony Developers & 2014-2015, Causality Ltd.', '2016-2020, The Pony Developers & 2014-2015, Causality Ltd.',
'BSD', 'BSD',
'https://raw.githubusercontent.com/ponylang/ponyc/master/LICENSE' 'https://raw.githubusercontent.com/ponylang/ponyc/master/LICENSE'
], [ ], [

@ -7,6 +7,7 @@ module Docs
css('pre').each do |node| css('pre').each do |node|
node.content = node.content node.content = node.content
node['data-language'] = 'pony'
end end
doc doc

@ -1,7 +1,7 @@
module Docs module Docs
class Pony < UrlScraper class Pony < UrlScraper
self.type = 'simple' self.type = 'simple'
self.release = '0.30.0' self.release = '0.38.1'
self.base_url = 'https://stdlib.ponylang.io/' self.base_url = 'https://stdlib.ponylang.io/'
self.links = { self.links = {
home: 'https://www.ponylang.io/', home: 'https://www.ponylang.io/',
@ -11,7 +11,7 @@ module Docs
html_filters.push 'pony/clean_html', 'pony/entries' html_filters.push 'pony/clean_html', 'pony/entries'
options[:attribution] = <<-HTML options[:attribution] = <<-HTML
&copy; 2016-2018, The Pony Developers<br> &copy; 2016-2020, The Pony Developers<br>
&copy; 2014-2015, Causality Ltd.<br> &copy; 2014-2015, Causality Ltd.<br>
Licensed under the BSD 2-Clause License. Licensed under the BSD 2-Clause License.
HTML HTML

Loading…
Cancel
Save