Login  Register

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:

git clone https://github.com/asciidoctor/asciidoctor
cd asciidoctor
bundle --path=.bundle/gems
bundle exec yard

You can then find the API docs in the folder rdoc.

Best,

-Dan

On Wed, Oct 9, 2019 at 1:31 PM jtkorb [via Asciidoctor :: Discussion] <[hidden email]> wrote:
I'm trying to read the Asciidoctor Ruby API Documentation, linked from the Asciidoctor Documentation page.

The link goes to the rubydoc.info site (specifically, to https://www.rubydoc.info/gems/asciidoctor), but then I get a page that hangs, saying "Processing asciidoctor" and an explanation that it "shouldn't take much longer".  But, I've let it run for minutes at a time.  I see a seemingly-related issue on the rubydoc site: https://rubydoc.tenderapp.com/discussions/problems/697-documentation-is-not-generated-for-a-library.

Is this documentation available elsewhere?


If you reply to this email, your message will be added to the discussion below:
https://discuss.asciidoctor.org/trouble-accessing-the-Asciidoctor-API-page-on-rubydoc-tp7207.html
To start a new topic under Asciidoctor :: Discussion, email [hidden email]
To unsubscribe from Asciidoctor :: Discussion, click here.
NAML


--
Dan Allen | @mojavelinux | https://twitter.com/mojavelinux