TYPO3 theme rendering test 

This is taken from this repository:

https://github.com/TYPO3-Documentation/sphinx_typo3_theme_rendering_test

This documentation is meant to provide a set of directives and their rendering output that we may want to address.

The rendering process can be triggered via:

Docker 

docker run --rm --pull always -v ./:/project/ \
  ghcr.io/typo3-documentation/render-guides:latest \
  --no-progress Documentation-rendertest
Copied!

via Makefile (Docker) 

make rendertest
Copied!

via Makefile (local, using custom CSS) 

make rendertest ENV=local
Copied!

Within ddev 

composer make rendertest
Copied!

INTRODUCTION