forked from DMKEBUSINESSGMBH/typo3-t3twig
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
27 lines (24 loc) · 1.23 KB
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
site_name: DMK TYPO3 Twig
site_url: https://www.dmk-ebusiness.de/loesungen/t3twig/
site_description: TYPO3 extension to render page templates with Twig and extend rn_base for using Twig templates instead of marker templates.
site_author: DMK E-BUSINESS GmbH
repo_url: https://github.com/DMKEBUSINESSGMBH/typo3-t3twig/
edit_uri: ""
pages:
- Home: README.md
- Table of Contents: Documentation/README.md
- Getting Started: Documentation/reference/GettingStarted.md
- TYPO3 Integration:
- TWIGTEMPLATE ContentObject: Documentation/reference/integration/twigtemplate.md
- Using Namespaces: Documentation/reference/integration/namespaces.md
- Macros: Documentation/reference/Macros/Pagination.md
- Extensions:
- Image Handler: Documentation/reference/extensions/Image.md
- Link Handler: Documentation/reference/extensions/Link.md
- Request: Documentation/reference/extensions/Request.md
- Translation: Documentation/reference/extensions/Translation.md
- TsFE: Documentation/reference/extensions/TsFe.md
- TypoScript Parser: Documentation/reference/extensions/TsParser.md
- 3rd Party Extensions: Documentation/reference/extensions/ThirdParty.md
plugins:
- search