devilbox/docs
2018-05-04 08:53:46 +02:00
..
_static Documentation: Xdebug for PHPStorm 2018-04-14 10:17:53 +02:00
about Documentation: Finish feature section 2018-04-14 10:17:58 +02:00
configuration-files set default value for general log in documentation 2018-05-04 08:53:46 +02:00
configuration-global Documentation: Communicate with external hosts 2018-04-28 12:17:07 +02:00
configuration-project Documentation: vhost-gen 2018-04-14 10:17:26 +02:00
examples Documentation: Examples 2018-04-14 10:17:23 +02:00
getting-started Fixes #145: Documentation for how to handle multiple env files 2018-04-25 00:41:13 +02:00
img Extend documentation 2018-04-14 10:17:04 +02:00
installation Add files to ToC 2018-04-14 10:17:10 +02:00
maintenance Documentation: Backup and Restore MongoDB 2018-04-14 10:17:39 +02:00
readings Documentation: available container 2018-04-14 10:51:53 +02:00
support Add documentation for #222 #229: Custom docker images 2018-04-25 00:24:47 +02:00
tutorials Fix DNS issues with CNAME's 2018-04-28 16:28:13 +02:00
Backups.md Documentation: Update legacy docs 2018-04-14 10:17:55 +02:00
conf.py Documentation: Update legacy docs 2018-04-14 10:17:55 +02:00
Configure.md Documentation: Update legacy docs 2018-04-14 10:17:55 +02:00
Examples.md Documentation: Update legacy docs 2018-04-14 10:17:55 +02:00
FAQ.md Documentation: Update legacy docs 2018-04-14 10:17:55 +02:00
Hacking.md Documentation: Update legacy docs 2018-04-14 10:17:55 +02:00
index.rst Documentation: Communicate with external hosts 2018-04-28 12:17:07 +02:00
Install.md Documentation: Update legacy docs 2018-04-14 10:17:55 +02:00
OS.md Documentation: Update legacy docs 2018-04-14 10:17:55 +02:00
Quickstart.md Documentation: Update legacy docs 2018-04-14 10:17:55 +02:00
README.md Documentation: Update legacy docs 2018-04-14 10:17:55 +02:00
Run.md Documentation: Update legacy docs 2018-04-14 10:17:55 +02:00
Technical.md Documentation: Update legacy docs 2018-04-14 10:17:55 +02:00
Update.md Documentation: Update legacy docs 2018-04-14 10:17:55 +02:00
Usage.md Documentation: Update legacy docs 2018-04-14 10:17:55 +02:00

Devilbox Documentation

The Devilbox documentation is build via sphinx and automatically updated on readthedocs by every git push.

Documentation

The documentation is available online: https://devilbox.readthedocs.io

Local setup

You can also build the documentation locally before pushing to ensure everything looks fine:

Requirements

sudo pip install sphinx sphinx-autobuild
sudo pip install sphinx_rtd_theme

How to build

cd docs/
sphinx-autobuild . _build/html

How to view

Open you browser on http://127.0.0.1:8000