On 1.8.13 15:07, Michael Dürig wrote:
The documentation lives inside oak-doc/src/site/markdown in the Markdown
format. Any changes to those files can be directly deployed to the Oak
website by every committer:
Use
mvn site:site
This should read
mvn site
otherwise the API docs are not created.
Michael
to build the site. Review the site at oak-doc/target/site.
Then deploy the site to http://jackrabbit.apache.org/oak/docs/ using
mvn site-deploy
Finally review the site at
http://jackrabbit.apache.org/oak/docs/index.html.
Michael