Skip to content

Latest commit

 

History

History
14 lines (7 loc) · 500 Bytes

File metadata and controls

14 lines (7 loc) · 500 Bytes

Asciidoctor Maven Plugin: AsciiDoc Site Example

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

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.