...
- Within a few minutes of checking in your cosmetic changes, you can get the new output. Go to jenkins.cloudstack.org and click the name of the build, depending on which branch you want. Under ‘Last Successful Artifacts’ you’ll see the zip file with everything in it.
- Check the Build History, and make sure that the most recent build succeeded. If it didn’t, you will want to find out why and fix any important problems.
- Assuming build success, grab that zip file, and unzip it on your machine. Your final unzipped output will be the ~/html folder, which will contain the dynamically generated content, and the static hardcoded files.
- Upload the HTML to the docs website (procedure: TODO. David Nalley).
Building API Documentation with Maven
The API documentation can be built with Maven using the following commands (should work on 4.1 and above):
- mvn clean install
- mvn -P developer -pl :cloud-apidoc
Release Notes
There is a "diff.txt" file which is auto-generated. This lists all added, removed, and changed API commands versus the prior point release of CloudStack.