Docs: update docs for README

Summary:
- Docs: update docs for README

Stats:
- 1 file changed, 6 insertions(+)
This commit is contained in:
Matt Bruce 2026-01-14 17:58:29 -06:00
parent 3689f5f733
commit 27e47ae254

View File

@ -18,6 +18,10 @@ StorageRouter (main entry point)
```mermaid
%%{init: {'theme': 'base', 'themeVariables': { 'fontSize': '16px', 'primaryColor': '#ffffff', 'lineColor': '#000000', 'textColor': '#000000', 'mainBkg': '#ffffff', 'nodeBorder': '#000000' }}}%%
flowchart TD
%% Global White Container
subgraph Architecture ["LocalData Architecture"]
direction TB
%% Vertical Flow
App(("📱 <b>APP / FEATURE</b>"))
@ -51,8 +55,10 @@ flowchart TD
%% Migration Loop
Storage -.->|<b>3. AUTOMATIC MIGRATION</b>| SR
end
%% Explicit Styling for High Contrast
style Architecture fill:#ffffff,stroke:#000,stroke-width:2px
style App fill:#ffffff,stroke:#000,stroke-width:3px
style SR fill:#e1f5fe,stroke:#000,stroke-width:4px
style Config fill:#fffde7,stroke:#000,stroke-dasharray: 5 5