Update Crystal documentation (0.24.1)

This commit is contained in:
Thibaut Courouble 2018-01-07 18:27:33 -05:00
parent e8c0857279
commit 5bf6916ffa

View file

@ -1,7 +1,7 @@
module Docs
class Crystal < UrlScraper
self.type = 'crystal'
self.release = '0.23.0'
self.release = '0.24.1'
self.base_url = 'https://crystal-lang.org/'
self.root_path = "api/#{release}/index.html"
self.initial_paths = %w(docs/index.html)