DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.

DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
Consolidated Documentation can be found in GitHub here:
https://github.com/apache/cloudstack-documentation/
The older documentation sources are held in git.as archived source in GitHub here:
https://github.com/apache/cloudstack-docs.git is a bit of a dodge-podge of resources
https://github.com/apache/cloudstack-docs-install.git is the install guide
https://github.com/apache/cloudstack-docs-admin.git is the current admin manual.
https://github.com/apache/cloudstack-docs-rn.git is the release notes for individual releases
...
http://www.sphinx-doc.org/en/master/index.html
The documentation is written in Sphinx uses Sphinx, which provides the structure and hierarchy of the documentation. It is the engine which renders the source text into HTML, PDF and ePub formats. You can install and use Sphinx to build the documentation to see what it will look like before pushing a change, but it isn't required.
The CloudStack documentation is built with using the ReadTheDocs service. ReadTheDocs takes the source text and runs it through the Sphinx engine to produce the documentation and also hosts the output. Access is not strictly required in order to write/update the source documentation. Only to build the documentation for a new version.
...
This is the authoring language that is used while write individual topics. reStructured text (RST) is the markup language that allows us to denote, headings, sections, bullets, bold text, italics etc.
...