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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user