Docs README

Summary:
- Docs: README

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

View File

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