The official documentation for Divio and its products.
You'll need the enchant
library, used by pyenchant
for spelling.
Install with brew install enchant
(macOS) or the appropriate command for
your system.
Then:
git clone [email protected]:divio/divio-cloud-docs.git cd divio-cloud-docs make install make run open http://localhost:9001
- We serve our documentation via Read the Docs.
- The documentation is written in ReStructed Text (RST) and built using Sphinx.
- Intersphinx to reference to other documentation.
Our documentation structure is key to its usability. See our What nobody tells you about documentation system for an explanation of why it's important and how it works.
See also our additional documentation standards.