We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 685b314 commit 447648cCopy full SHA for 447648c
docs/generate.sh
@@ -18,6 +18,6 @@ docker run --rm -v "${PWD}:/docs:ro" -v "${PWD}/images_im:/diagrams" \
18
# Post-processing: convert generated PlantUML files to SVG using PlantUML Docker image.
19
# This will look for files with .puml or .plantuml extensions under docs/diagrams
20
# and run PlantUML to produce .svg files alongside them.
21
-
+cp "${PWD}/"*.puml "${PWD}/images_im/"
22
docker run --rm -v "${PWD}/images_im:/diagrams:ro" -v "${PWD}/images:/images" plantuml/plantuml:latest \
23
plantuml -verbose -tsvg -o /images /diagrams
0 commit comments