mariajo 37c82a334c
Update docs to newest symfony version
The new symfony structure delete web folder and change it for more standart public folder.
Now diferents env are managed with and env file
2020-03-21 19:39:46 +01:00
..
2019-03-09 12:48:30 +01:00
2019-04-20 11:56:14 +02:00
2020-01-04 21:07:52 +01:00
2018-04-14 10:17:55 +02:00
2019-12-02 11:23:29 +01:00
2018-04-14 10:17:55 +02:00
2018-04-14 10:17:55 +02:00
2018-04-14 10:17:55 +02:00
2018-04-14 10:17:55 +02:00
2020-03-19 11:27:04 -04:00
2018-04-14 10:17:55 +02:00
2019-12-02 11:23:29 +01:00
2018-04-14 10:17:55 +02:00
2019-03-27 14:38:14 -04:00
2019-12-02 11:23:29 +01:00
2019-12-02 11:23:29 +01:00
2018-04-14 10:17:55 +02:00
2018-04-14 10:17:55 +02:00
2018-04-14 10:17:55 +02:00
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

  • Docker
cd docs/
make linkcheck
make linkcheck2

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://0.0.0.0:8000