docs(c4): add VS Code PlantUML server config and diagram index
Some checks failed
CI / Unit & Component Tests (push) Failing after 4m32s
CI / OCR Service Tests (push) Successful in 1m8s
CI / Backend Unit Tests (push) Failing after 3m41s
CI / Unit & Component Tests (pull_request) Failing after 3m45s
CI / OCR Service Tests (pull_request) Successful in 37s
CI / Backend Unit Tests (pull_request) Failing after 3m25s

This commit is contained in:
Marcel
2026-05-06 21:38:05 +02:00
parent e46f6cb0af
commit 76eb8a1cf5
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"
}