|
|
@ -1,7 +1,7 @@
|
|
|
|
module Docs
|
|
|
|
module Docs
|
|
|
|
class Nim < UrlScraper
|
|
|
|
class Nim < UrlScraper
|
|
|
|
self.type = 'simple'
|
|
|
|
self.type = 'simple'
|
|
|
|
self.release = '1.4.2'
|
|
|
|
self.release = '1.4.8'
|
|
|
|
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.html tut1.html tut2.html tut3.html tools.html)
|
|
|
|
options[:skip] = %w(theindex.html docgen.html tut1.html tut2.html tut3.html tools.html)
|
|
|
|
|
|
|
|
|
|
|
|
options[:attribution] = <<-HTML
|
|
|
|
options[:attribution] = <<-HTML
|
|
|
|
© 2006–2020 Andreas Rumpf<br>
|
|
|
|
© 2006–2021 Andreas Rumpf<br>
|
|
|
|
Licensed under the MIT License.
|
|
|
|
Licensed under the MIT License.
|
|
|
|
HTML
|
|
|
|
HTML
|
|
|
|
|
|
|
|
|
|
|
|