File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,12 @@ docs: ## Generate projects documentation (from "Documentation" directory)
99
1010 docker run --user $(shell id -u):$(shell id -g) --rm --pull always -v "$(shell pwd)":/project -t ghcr.io/typo3-documentation/render-guides:latest --config=Documentation
1111
12+ docs-hot : # # Generate projects documentation with hot reloading
13+ docker run --rm -it --pull always \
14+ -v "./Documentation :/project/Documentation" \
15+ -v "./Documentation-GENERATED-temp :/project/Documentation-GENERATED-temp" \
16+ -p 1337 :1337 ghcr.io/typo3-documentation/render-guides:latest --config="Documentation" --watch
17+
1218.PHONY : test-docs
1319test-docs : # # Test the documentation rendering
1420 mkdir -p Documentation-GENERATED-temp
You can’t perform that action at this time.
0 commit comments