Work in progress...
https://documentation.anton.ch
https://www.mkdocs.org/user-guide/deploying-your-docs/
mkdocs gh-deployImages must be referenced with a relative path from the document.
Die Tabelle am Ende von docs/admin/console-commands.md (zwischen den
<!-- BEGIN/END generated command reference -->-Markern) wird aus Antons
php artisan list erzeugt — nicht von Hand pflegen:
python3 scripts/gen-command-reference.py # neu erzeugen
python3 scripts/gen-command-reference.py --check # prüfen (Exit 1 bei Drift)Der Generator liest aus dem Nachbar-Repo ../anton.test (DDEV muss laufen).
Ein Pre-Push-Hook prüft das automatisch; einmal pro Klon aktivieren:
git config core.hooksPath .githooksOhne laufendes DDEV fällt die Prüfung auf eine Strukturkontrolle zurück und
blockiert nicht. Auch die CI führt --check aus (dort ebenfalls nur
strukturell, da Anton privat und nicht ausgecheckt ist).