Skip to content

Commit 4c416d6

Browse files
committed
update architecture graphs
1 parent 6924e58 commit 4c416d6

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/architecture/system-architecture.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -85,15 +85,15 @@ graph LR
8585
AC["@ArpitCentrePokeTraining"]
8686
8787
%% Connections with matching styles
88-
AD --> UI & Data & Sound & Control
89-
SC ==> UI & Data & Sound & Control
88+
AD ==> UI & Data & Sound & Control
89+
SC --> UI & Data & Sound & Control
9090
AC -.-> UI & Data & Sound
9191
9292
%% Style
9393
classDef default fill:#f9f9f9,stroke:#333,stroke-width:2px
9494
9595
linkStyle 0,1,2,3 stroke:#333,stroke-width:3px
96-
linkStyle 4,5,6,7 stroke:#333,stroke-width:3px,stroke-dasharray:5
96+
linkStyle 4,5,6,7 stroke:#333,stroke-width:3px
9797
linkStyle 8,9,10 stroke:#333,stroke-width:3px,stroke-dasharray:3
9898
```
9999

@@ -208,12 +208,12 @@ graph LR
208208
AB["antibias"]
209209
end
210210
211-
%% Inheritance
211+
%% Inheritance - all base connections use solid lines
212212
Base --> AD & SC & AC
213213
214214
%% Plugin Usage with matching styles
215-
AD --> Core & Extended
216-
SC ==> Core & Extended
215+
AD ==> Core & Extended
216+
SC --> Core & Extended
217217
AC -.-> Core
218218
AC -.-> CO & ST & SQ & AB
219219
@@ -222,6 +222,6 @@ graph LR
222222
223223
linkStyle 0,1,2 stroke:#333,stroke-width:3px
224224
linkStyle 3,4 stroke:#333,stroke-width:3px
225-
linkStyle 5,6 stroke:#333,stroke-width:3px,stroke-dasharray:5
225+
linkStyle 5,6 stroke:#333,stroke-width:3px
226226
linkStyle 7,8 stroke:#333,stroke-width:3px,stroke-dasharray:3
227227
```

0 commit comments

Comments
 (0)