Update Crystal documentation (0.27.0)

This commit is contained in:
Thibaut Courouble 2018-11-04 09:33:33 -05:00
parent 6ff895904f
commit f033dc9c82

View file

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