The API documentation for Ruby is available on Rubydoc and is linked from the Asciidoctor documentation:
https://docs.asciidoctor.org/asciidoctor/latest/api/
It's back up today (hurrah!) but is very regularly down at URLs like:
https://www.rubydoc.info/gems/asciidoctor/2.0.16
Sometimes a previous version can be found by modifying the URL.
IMHO we need better uptime and this should not be excessively onerous or complex in 2021 for a static website.
I recommend we generate the documentation ourselves using Yard (which is what Rubydoc uses) in CI and then bundle it into docs.asciidoctor.org to take advantage of the resiliency/redundancy of Netlify.
The API documentation for Ruby is available on Rubydoc and is linked from the Asciidoctor documentation:
https://docs.asciidoctor.org/asciidoctor/latest/api/
It's back up today (hurrah!) but is very regularly down at URLs like:
https://www.rubydoc.info/gems/asciidoctor/2.0.16
Sometimes a previous version can be found by modifying the URL.
IMHO we need better uptime and this should not be excessively onerous or complex in 2021 for a static website.
I recommend we generate the documentation ourselves using Yard (which is what Rubydoc uses) in CI and then bundle it into docs.asciidoctor.org to take advantage of the resiliency/redundancy of Netlify.