Re: trouble accessing the Asciidoctor API page on rubydoc
Posted by
mojavelinux on
Oct 10, 2019; 6:43am
URL: https://discuss.asciidoctor.org/trouble-accessing-the-Asciidoctor-API-page-on-rubydoc-tp7207p7208.html
Occasionally
rubydoc.info is down. That appears to be the case right now.
We don't publish the API docs anywhere else because it would require a lot of extra infrastructure work.
You can generate the docs locally using the following commands:
cd asciidoctor
bundle --path=.bundle/gems
bundle exec yard
You can then find the API docs in the folder rdoc.
Best,
-Dan
--