pom.xml is configured to generate Antora documentation website using adoc contents under src/modules
.
mvn clean package
does the steps:
-
Create
antora.yml
file based onantora-template.yml
-
install
node
,npm
andantora
-
Execute antora to generate a documentation website
A start page of the generated site would be target/website/docs/index.html
.
To simplify the maintenance, the documentation website is based on a pre-built default Antora UI bundle
located in ui-bundle/ui-bundle.zip
. Customizations are located in supplemental-ui
that Antora uses to replace
parts of the default ui-bundle.zip
.