35047c131f
git.openstack.org is our official server, github is just a read-only mirror. Linking to github might also raise the expectation that we use the usual github workflow which is not the case. Change-Id: I3b3e8213c264757838c8e5fd33221eebf219cdc8 |
||
---|---|---|
.. | ||
api-ref | ||
heat-admin | ||
README.rst |
Building the user and admin docs
This documentation should eventually end up in the OpenStack documentation repositories api-site and openstack-manuals.
Dependencies
on Ubuntu:
sudo apt-get install maven
on Fedora Core:
sudo yum install maven
Use mvn
Build the REST API reference manual:
cd api-ref mvn clean generate-sources
Build the heat admin guide:
cd heat-admin mvn clean generate-sources