Skip to content

Latest commit

 

History

History
14 lines (7 loc) · 523 Bytes

File metadata and controls

14 lines (7 loc) · 523 Bytes

Asciidoctor Maven Plugin (Parser Module): AsciiDoc Site Example

An example project that demonstrates how to process AsciiDoc in a Maven site using the Asciidoctor Parser Doxia Module.

Usage

Build the site by invoking the site:site goal:

$ mvn site:site

Open the file target/site/hello.html to see the output generated from the AsciiDoc source src/site/asciidoc/hello.adoc.

Open the file target/site/index.html to see the output generated for the entire site including the link to the hello document.