|
|
@ -1,7 +1,7 @@
|
|
|
|
module Docs
|
|
|
|
module Docs
|
|
|
|
class Crystal < UrlScraper
|
|
|
|
class Crystal < UrlScraper
|
|
|
|
self.type = 'crystal'
|
|
|
|
self.type = 'crystal'
|
|
|
|
self.release = '0.20.3'
|
|
|
|
self.release = '0.21.0'
|
|
|
|
self.base_url = 'https://crystal-lang.org/'
|
|
|
|
self.base_url = 'https://crystal-lang.org/'
|
|
|
|
self.root_path = "api/#{release}/index.html"
|
|
|
|
self.root_path = "api/#{release}/index.html"
|
|
|
|
self.initial_paths = %w(docs/index.html)
|
|
|
|
self.initial_paths = %w(docs/index.html)
|
|
|
@ -29,7 +29,7 @@ module Docs
|
|
|
|
HTML
|
|
|
|
HTML
|
|
|
|
else
|
|
|
|
else
|
|
|
|
<<-HTML
|
|
|
|
<<-HTML
|
|
|
|
© 2012–2016 Manas Technology Solutions.<br>
|
|
|
|
© 2012–2017 Manas Technology Solutions.<br>
|
|
|
|
Licensed under the Apache License, Version 2.0.
|
|
|
|
Licensed under the Apache License, Version 2.0.
|
|
|
|
HTML
|
|
|
|
HTML
|
|
|
|
end
|
|
|
|
end
|
|
|
|