Re: more documentation gold

Posted by asotobu on
URL: https://discuss.asciidoctor.org/more-documentation-gold-tp660p663.html

Really amazing links and really useful information. It has made me think in three possible extensions,

* the first one is to provide a way to make references to javadoc by providing a macro called for example javadoc::. Question: can I access to system env. from Asciidoctor files?
* the other one provide a macro to capture an screenshot of a webpage using for example WebDriver. So screens of documentation will be always updated. screen::http://www.google.com
* add a block which can be used to add style to description of a method and its parameter, so in all documentation it looks with the same style.

And this leaves me to another question should we add two new repositories on github, one called asciidoctor-ruby-extensions and asciidoctor-java-extensions so all official extensions can be stored there?

Alex.