devilbox/docs
2018-11-08 00:12:16 +00:00
..
_includes Refs #378: Add tool: Deployer 2018-09-14 08:58:16 +02:00
_static/css Clean-up unused files 2018-07-26 09:39:00 +02:00
advanced Adding new container: Blackfire 2018-08-19 12:27:42 +02:00
configuration-files Adding PHP-FPM 7.4 2018-11-02 22:55:15 +01:00
corporate-usage Documentation: External databases 2018-07-26 09:38:51 +02:00
custom-container Adding new container: Blackfire 2018-08-19 12:27:42 +02:00
examples Phalcon routes fix 2018-11-08 00:12:16 +00:00
getting-started Adding PHP-FPM 7.4 2018-11-02 22:55:15 +01:00
howto Move links into separate file 2018-07-26 09:38:56 +02:00
img Fixes #341 - Documentation: Install CraftCMS 2018-08-08 09:31:36 +02:00
intermediate MailHog fine-tuning 2018-08-15 19:53:06 +02:00
maintenance Documentation for vhost-gen templates 2018-08-06 21:42:03 +02:00
readings Refs #378: Add tool: Deployer 2018-09-14 08:58:16 +02:00
support Refs #105 document how to mitigate OSX performance issues 2018-11-01 10:50:10 +01:00
vhost-gen Update customize-specific-virtual-host.rst 2018-10-05 10:04:04 +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 Make timeout from httpd to php-fpm configurable 2018-08-05 03:04:03 +02:00
Hacking.md Documentation: Update legacy docs 2018-04-14 10:17:55 +02:00
index.rst Adding new container: Blackfire 2018-08-19 12:27:42 +02:00
Install.md Documentation: Update legacy docs 2018-04-14 10:17:55 +02:00
Makefile Allow linkcheck to ignore SSL certificate issues 2018-11-03 12:33:06 +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 Documentation restructuring 2018-07-26 09:38:35 +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 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