mirror of
https://github.com/cytopia/devilbox.git
synced 2024-12-21 13:47:47 +00:00
81f344ee04
Normally is need to use a specific HTTP GET/POST variable to start remote debugging. When this setting is set to true, Xdebug will always attempt to start a remote debugging session and try to connect to vscode-php-debug plugin client, even if the GET/POST/COOKIE variable was not present. More information on https://xdebug.org/docs/all_settings https://xdebug.org/docs/remote#browser_session |
||
---|---|---|
.. | ||
_includes | ||
_static/css | ||
advanced | ||
autostart | ||
configuration-files | ||
corporate-usage | ||
custom-container | ||
examples | ||
getting-started | ||
howto | ||
img | ||
intermediate | ||
maintenance | ||
readings | ||
reverse-proxy | ||
support | ||
third-party | ||
vhost-gen | ||
Backups.md | ||
conf.py | ||
Configure.md | ||
devilbox-purpose.rst | ||
Examples.md | ||
FAQ.md | ||
features.rst | ||
Hacking.md | ||
index.rst | ||
Install.md | ||
Makefile | ||
OS.md | ||
Quickstart.md | ||
read-first.rst | ||
README.md | ||
requirements.txt | ||
Run.md | ||
Technical.md | ||
Update.md | ||
Usage.md |
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
How to check for broken links
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