Skip to content

Commit 4a25837

Browse files
committed
docs: Update flux manager diagram
1 parent 3fc0b59 commit 4a25837

File tree

9 files changed

+919
-59
lines changed

9 files changed

+919
-59
lines changed

docs/core/api/Manager.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,8 +165,8 @@ via intercepting and dispatching actions, as well as reading the internal state.
165165
<ThemedImage
166166
alt="Manager flux flow"
167167
sources={{
168-
light: useBaseUrl('/img/managers.png'),
169-
dark: useBaseUrl('/img/managers-dark.png'),
168+
light: useBaseUrl('/img/flux-full.png'),
169+
dark: useBaseUrl('/img/flux-full-dark.png'),
170170
}}
171171
/>
172172

docs/core/concepts/managers.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ characterized by an easy to [understand and debug](../guides/debugging.md) the s
1818
<ThemedImage
1919
alt="Manager flux flow"
2020
sources={{
21-
light: useBaseUrl('/img/managers.png'),
22-
dark: useBaseUrl('/img/managers-dark.png'),
21+
light: useBaseUrl('/img/flux-full.png'),
22+
dark: useBaseUrl('/img/flux-full-dark.png'),
2323
}}
2424
/>
2525

website/src/components/Demo/Demo.old.js

Lines changed: 0 additions & 55 deletions
This file was deleted.

0 commit comments

Comments
 (0)