Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

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.