Add TYPO3 documentation rendering alias

This commit is contained in:
Daniel Siepmann 2023-01-05 08:57:28 +01:00
parent c03eb3d353
commit ece583d90d
Signed by: Daniel Siepmann
GPG key ID: 33D6629915560EF4

View file

@ -94,6 +94,9 @@ in {
t3Pull = "git pull --rebase origin main; git checkout main";
t3Rollback = "git checkout main; git reset --hard origin/main";
t3Clean = "t3Rollback && t3Pull";
# TYPO3 documentation specific commands
t3Doc = "mkdir -p Documentation-GENERATED-temp; docker run --rm --user=$(id -u):$(id -g) -v $(pwd):/PROJECT:ro -v $(pwd)/Documentation-GENERATED-temp:/RESULT t3docs/render-documentation:latest makehtml -c allow_unsafe 0";
};
}