TYPO3 backend extension that adds a documentation toolbar button. Clicking the button opens the project documentation in an iframe modal.
- Toolbar icon in the TYPO3 backend (help icon)
- Opens a configurable documentation URL in a modal iframe
- Fully translatable (EN/DE included)
The documentation URL can be changed in the TYPO3 Extension Manager or Install Tool under Admin Tools → Settings → Extension Configuration → docs.
| Setting | Default | Description |
|---|---|---|
docUrl |
/_assets/docs/Inhalt/Inhaltselemente.html |
URL to the documentation HTML page |
The documentation is built with daux.io from the docs/ directory:
# Static HTML generieren
daux generate --destination=public/_assets/docs/To also include auto-generated component documentation from TYPO3:
ddev typo3 fbase:component:documentation \
packages/f_theme/Resources/Private/Ui \
--format=markdown > docs/Inhalt/Komponenten.md
daux generate --destination=public/_assets/docs/The package is included as a local path repository via Composer:
composer require georgringer/docs