docs(c4): add VS Code PlantUML server config and diagram index
Some checks failed
CI / OCR Service Tests (push) Successful in 58s
CI / Backend Unit Tests (push) Failing after 3m24s
CI / Unit & Component Tests (push) Failing after 12m42s

This commit was merged in pull request #450.
This commit is contained in:
Marcel
2026-05-06 21:38:05 +02:00
committed by marcel
parent 62bef1d267
commit 66c1998d2f
2 changed files with 42 additions and 1 deletions

View File

@@ -1,4 +1,6 @@
{
"java.configuration.updateBuildConfiguration": "interactive",
"java.compile.nullAnalysis.mode": "automatic"
"java.compile.nullAnalysis.mode": "automatic",
"plantuml.render": "PlantUMLServer",
"plantuml.server": "http://heim-nas:8500"
}