We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e4362e commit 6f29367Copy full SHA for 6f29367
1 file changed
Makefile
@@ -34,6 +34,9 @@ cs-php: vendor ## Check and fix PHP coding standards
34
cs-php-check: vendor ## Only check PHP coding standards
35
.Build/bin/ecs check
36
37
+docs: ## Render documentation
38
+ docker run --rm --pull always -v "$(shell pwd)":/project -t ghcr.io/typo3-documentation/render-guides:latest --config=Documentation
39
+
40
docs-check: ## Check documentation renders without warnings
41
docker run --rm --pull always -v "$(shell pwd)":/project -t ghcr.io/typo3-documentation/render-guides:latest --config=Documentation --no-progress --fail-on-log
42
0 commit comments