Update Nim documentation (0.19.0)

pull/929/head
Thibaut Courouble 6 years ago
parent a9882b9dbb
commit da0ca68c0d

@ -1,7 +1,7 @@
module Docs
class Nim < UrlScraper
self.type = 'simple'
self.release = '0.18.0'
self.release = '0.19.0'
self.base_url = 'https://nim-lang.org/docs/'
self.root_path = 'overview.html'
self.links = {
@ -14,7 +14,7 @@ module Docs
options[:skip] = %w(theindex.html docgen.txt)
options[:attribution] = <<-HTML
&copy; 2006&ndash;2017 Andreas Rumpf<br>
&copy; 2006&ndash;2018 Andreas Rumpf<br>
Licensed under the MIT License.
HTML
end

Loading…
Cancel
Save