Asciidoctor Setup
Let’s learn how to set up Asciidoctor to parse the AsciiDoc snippets to generate the API documentation.
We'll cover the following...
We'll cover the following...
We need a text processor to convert AsciiDoc snippets into HTML5-based API documentation. So, we can use Asciidoctor, which provides an ecosystem to work with Java, Spring, and Gradle projects. Asciidoctor is relatively easy to set up.
Asciidoctor setup
Let’s add ...