docs: fix Mermaid syntax error in Vault Cache diagram

VaultEntry[] inside ([...]) causes parse error — brackets not allowed
in stadium-shape node labels. Changed to 'VaultEntry list ready'.
This commit is contained in:
Test
2026-03-14 09:31:11 +01:00
parent 7bcbf87067
commit a16b477878

View File

@@ -410,7 +410,7 @@ flowchart TD
C --> G[Write cache atomically\n.tmp → rename]
E --> G
F --> G
G --> H([VaultEntry[] ready])
G --> H([VaultEntry list ready])
```
## Theme System