georgringer/docs
Composer 安装命令:
composer require georgringer/docs
包简介
Show rendered documentation in backend
README 文档
README
TYPO3 backend extension that adds a documentation toolbar button. Clicking the button opens the project documentation in an iframe modal.
Features
- Toolbar icon in the TYPO3 backend (help icon)
- Opens a configurable documentation URL in a modal iframe
- Fully translatable (EN/DE included)
Configuration
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 |
Generating the documentation
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/
Installation
The package is included as a local path repository via Composer:
composer require georgringer/docs
统计信息
- 总下载量: 351
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-2.0-or-later
- 更新时间: 2026-04-13