devilbox/docs
2019-03-02 20:40:45 +01:00
..
_includes Refs #480 Add HAProxy SSL offloading documentation 2019-02-28 12:43:15 +01:00
_static/css Clean-up unused files 2018-07-26 09:39:00 +02:00
advanced Add autostart and reverse proxy documentation 2018-12-31 13:14:29 +01:00
autostart Add PHP-FPM 8.0 2019-02-09 16:51:40 +01:00
configuration-files Backport non-breaking changes from Release v1.0.0 2019-03-01 13:59:33 +01:00
corporate-usage Documentation: External databases 2018-07-26 09:38:51 +02:00
custom-container Backport non-breaking changes from Release v1.0.0 2019-03-01 13:59:33 +01:00
examples Fixes #483 Add note to use Apache 2.4 by default for Magento 2 example 2019-03-02 12:46:24 +01:00
getting-started Documentation: Add IMPORTANT section 2019-03-02 20:40:45 +01:00
howto Fixes #479 Documentation: Docker Toolbox on Windows and Symlinks 2019-03-02 14:42:41 +01:00
img Reflect Reverse proxy capabilities in README 2018-12-29 15:25:41 +01:00
intermediate Fixes #381 Rewrite and simplify Xdebug documentation 2019-03-02 18:00:20 +01:00
maintenance Fixes #426: Emphasize importance of docker-compose rm 2019-02-28 12:37:30 +01:00
readings Fixes #467 Add tool: PHP CS Fixer 2019-01-11 10:52:59 +01:00
reverse-proxy Add autostart and reverse proxy documentation 2018-12-31 13:14:29 +01:00
support Fix sphinx error 2019-03-02 18:02:07 +01:00
vhost-gen Fix example command @ customizing vhost template 2019-02-06 20:29:52 +02:00
Backups.md Documentation: Update legacy docs 2018-04-14 10:17:55 +02:00
conf.py MailHog fine-tuning 2018-08-15 19:53:06 +02:00
Configure.md Documentation: Update legacy docs 2018-04-14 10:17:55 +02:00
devilbox-purpose.rst Documentation restructuring 2018-07-26 09:38:35 +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
features.rst Update readthedocs for phpPgAdmin 2018-12-28 22:44:50 +01:00
Hacking.md Documentation: Update legacy docs 2018-04-14 10:17:55 +02:00
index.rst Documentation: Add IMPORTANT section 2019-03-02 20:40:45 +01:00
Install.md Documentation: Update legacy docs 2018-04-14 10:17:55 +02:00
Makefile Fix documentation links 2019-01-26 17:18:19 +01: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
read-first.rst Documentation restructuring 2018-07-26 09:38:35 +02:00
README.md Fix requirements to build documentation 2018-12-26 17:31:23 +01: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 recommonmark
sudo pip install sphinx_rtd_theme

How to build and error-check

cd docs/
make build

How to build continuously

cd docs/
make autobuild

How to view

When using make autobuild your documentation is served at: http://127.0.0.1:8000