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 @@ -56,6 +56,12 @@ docs-test: ## Build documentation with strict validation (CI mode)
5656 mkdir -p $(DOCS_OUTPUT )
5757 docker run --user $(DOCKER_USER ) --rm --pull always -v " $( shell pwd) " :/project -t $(DOCKER_IMAGE ) --config=$(DOCS_DIR ) --no-progress --fail-on-log
5858
59+ docs-hot : # # Generate projects documentation with hot reloading
60+ docker run --rm -it --pull always \
61+ -v "./Documentation :/project/Documentation" \
62+ -v "./Documentation-GENERATED-temp :/project/Documentation-GENERATED-temp" \
63+ -p 1337 :1337 ghcr.io/typo3-documentation/render-guides:latest --config="Documentation" --watch
64+
5965.PHONY : docs-open
6066docs-open : # # Open rendered documentation in browser
6167 @if [ -f " $( DOCS_OUTPUT) /Index.html" ]; then \
You can’t perform that action at this time.
0 commit comments