devilbox/docs
2018-07-26 09:38:43 +02:00
..
_includes Add more external links 2018-07-26 09:38:39 +02:00
_static Adjust menu CSS 2018-07-26 09:38:40 +02:00
advanced Add documentation to connect to external hosts, services or container 2018-07-26 09:38:42 +02:00
configuration-files Add more documentation 2018-07-26 09:38:40 +02:00
corporate-usage Add more documentation 2018-07-26 09:38:40 +02:00
examples #300 Shopware installation guide 2018-07-26 09:38:41 +02:00
getting-started Add more documentation 2018-07-26 09:38:40 +02:00
howto Add more documentation 2018-07-26 09:38:40 +02:00
img Documentation restructuring 2018-07-26 09:38:35 +02:00
intermediate Add more documentation 2018-07-26 09:38:40 +02:00
maintenance Add more documentation 2018-07-26 09:38:40 +02:00
readings Documentation restructuring 2018-07-26 09:38:35 +02:00
support Add more documentation 2018-07-26 09:38:40 +02:00
vhost-gen Add more documentation 2018-07-26 09:38:40 +02:00
Backups.md Documentation: Update legacy docs 2018-04-14 10:17:55 +02:00
conf.py Add documentation version 2018-07-26 09:38:43 +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 Documentation restructuring 2018-07-26 09:38:35 +02:00
Hacking.md Documentation: Update legacy docs 2018-04-14 10:17:55 +02:00
index.rst Rename custom CNAME creation 2018-07-26 09:38:42 +02:00
Install.md Documentation: Update legacy docs 2018-04-14 10:17:55 +02:00
Makefile Documentation restructuring 2018-07-26 09:38:35 +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
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