This directory stores source PlantUML files and generated PNG images used by the Markdown documentation.
Preferred local generation:
pwsh docs/diagrams/generate_diagrams.ps1By default, the script looks for PlantUML at tools/plantuml/plantuml.jar relative to the repository root. Download plantuml.jar there, or pass a custom jar path with -PlantUmlJar.
Explicit public PlantUML Server generation:
This mode sends the full .puml diagram source to the configured PlantUML server.
pwsh docs/diagrams/generate_diagrams.ps1 -UseServerKeep both the .puml source and the generated .png image in version control so GitHub renders the documentation without external services.