Step 4: Create files locally
user_4375421
powershell
a year ago
402 B
4
Indexable
Migration
# Create a directory mkdir -p Documentation-GENERATED-temp # Execute the Docker container that is provided remotely. # Renders all files in the `Documentation` and store in `Documentation-GENERATED-temp`. # On macOS you need to specify the parameter "--user=$(id -u):$(id -g)" docker run --rm --pull always -v $(pwd):/project -it ghcr.io/typo3-documentation/render-guides:latest --config=Documentation
Editor is loading...
Leave a Comment