Skip to content

Commit 6e622cc

Browse files
committed
docs: Update simple flux diagram
1 parent 5cc462f commit 6e622cc

File tree

5 files changed

+550
-2
lines changed

5 files changed

+550
-2
lines changed

docs/core/getting-started/debugging.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,16 @@ This can be changed with [skipLogging](../api/DevToolsManager.md#skiplogging) op
5252
<abbr title="Reactive Data Client">Data Client</abbr> uses the [flux store](https://facebookarchive.github.io/flux/docs/in-depth-overview/) pattern, making debugging
5353
straightforward as each change is traceable and descriptive.
5454

55+
<div style={{textAlign:'center'}}>
5556
<ThemedImage
5657
alt="FLUX"
5758
sources={{
58-
light: useBaseUrl('/img/flux.png'),
59-
dark: useBaseUrl('/img/flux-dark.png'),
59+
light: useBaseUrl('/img/diagrams/flux-simple.png'),
60+
dark: useBaseUrl('/img/diagrams/flux-simple-dark.png'),
6061
}}
62+
style={{maxHeight:"260px"}}
6163
/>
64+
</div>
6265

6366
> [More about control flow](../concepts/managers.md)
6467
144 KB
Loading

0 commit comments

Comments
 (0)