devilbox/docs
2018-04-14 10:17:55 +02:00
..
_static Documentation: Xdebug for PHPStorm 2018-04-14 10:17:53 +02:00
about Documentation: various 2018-04-14 10:17:34 +02:00
configuration-files Make PHP-FPM configurable 2018-04-14 10:17:48 +02:00
configuration-global Documentation: Auto-DNS 2018-04-14 10:17:25 +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 Documentation: #217 add best-practice hostnames for php config 2018-04-14 10:17:47 +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 Stashing changes 2018-04-14 10:17:17 +02:00
support Documentation: #212 MySQL configuration files on Docker Toolbox 2018-04-14 10:17:42 +02:00
tutorials Documentation: Xdebug for PHPStorm 2018-04-14 10:17:53 +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 Make PHP-FPM configurable 2018-04-14 10:17:48 +02:00
index.rst.old Setup menu 2018-04-14 10:17:01 +02:00
Install.md Documentation: Update legacy docs 2018-04-14 10:17:55 +02:00
make.bat Build in RST format 2018-04-14 10:16:56 +02:00
Makefile Build in RST format 2018-04-14 10:16:56 +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