Api site offline?

As a note this page didn’t load for me Crystal 1.3.2
Cheers!

Looks like it.

By the way, you can build a local copy of the docs if you clone the crystal repo.

git clone https://github.com/crystal-lang/crystal
cd crystal
make docs
firefox docs/index.html 

Just realised you are listed as a contributor on the crystal repo, so already know how to generate the docs offline. Anyway, it might be useful for someone else.

3 Likes

Also https://devdocs.io/

The redirects seem broken, but you can still get the API docs directly at Crystal 1.3.2

I fixed the malconfiguration. Apparently, the update script was getting an empty version value and didn’t complain about that :frowning_face:

3 Likes