/asciidoctor-maven-example

AsciiDoctor Maven integration example

Primary LanguageJava

Introduction to Asciidoctor and its maven intregration

This project is an example on how to integrate a beautiful documentation written in Asciidoctor.

You can test it yourself.

git clone https://github.com/qvdk/asciidoctor-maven-example.git
cd asciidoctor-maven-example
mvn install

Then, browse your the generated index.html file in target/generated-docs.

chromium-browser target/generated-docs/index.html