Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 388 Bytes

File metadata and controls

28 lines (20 loc) · 388 Bytes

Helidon Docs

This project hosts the Helidon documentation and builds the aggregated javadocs.

Build

Build the docs and javadocs:

mvn package -Pjavadoc

Build just the docs:

mvn package

Build just the javadocs:

mvn package -Pjavadoc -Dhelidon.sitegen.skip=true

Serve

mvn sitegen:serve

Open http://localhost:8080 in a browser.