mirror of
https://github.com/freeCodeCamp/devdocs
synced 2024-11-16 19:48:10 +01:00
Update Crystal documentation (0.19.2)
This commit is contained in:
parent
22605180e9
commit
6df717c877
1 changed files with 2 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
|||
module Docs
|
||||
class Crystal < UrlScraper
|
||||
self.type = 'crystal'
|
||||
self.release = '0.18.7'
|
||||
self.release = '0.19.2'
|
||||
self.base_url = 'https://crystal-lang.org/'
|
||||
self.root_path = 'api/0.18.7/index.html'
|
||||
self.root_path = "api/#{release}/index.html"
|
||||
self.initial_paths = %w(docs/index.html)
|
||||
self.links = {
|
||||
home: 'https://crystal-lang.org/',
|
||||
|
|
Loading…
Reference in a new issue