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