mirror of
https://github.com/freeCodeCamp/devdocs
synced 2024-11-16 19:48:10 +01:00
Update Crystal documentation (0.23.0)
This commit is contained in:
parent
1267d7adff
commit
8e8d22f0b2
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
module Docs
|
module Docs
|
||||||
class Crystal < UrlScraper
|
class Crystal < UrlScraper
|
||||||
self.type = 'crystal'
|
self.type = 'crystal'
|
||||||
self.release = '0.22.0'
|
self.release = '0.23.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)
|
||||||
|
|
Loading…
Reference in a new issue