doc(Architecture): moved charts to doc/img

Done this to preemptively declutter root dir.

Signed-off-by: Christina Sørensen <christina@cafkafk.com>
This commit is contained in:
Christina Sørensen 2023-06-27 10:36:32 +02:00
parent 6c4af0413f
commit 3e8db4ce7d
Signed by: cafkafk
GPG key ID: CDDC792F655251ED
4 changed files with 3 additions and 3 deletions

View file

@ -8,7 +8,7 @@ There were 3 major designs considered so far (here in chronological order).
**** Vec Based
Code sketch in https://github.com/cafkafk/gg/commit/3d3b6d6646bda84333018cd621cd8bd6348b9cef
#+begin_src mermaid :file config-struct-vec.png :width 4000px
#+begin_src mermaid :file ./doc/img/config-struct-vec.png :width 4000px
flowchart LR
Co[config]
Ca["categories (vec<category>)"]
@ -37,7 +37,7 @@ flowchart LR
**** BTreeMap Based (nested)
#+begin_src mermaid :file config-struct-nested.png :width 4000px
#+begin_src mermaid :file ./doc/img/config-struct-nested.png :width 4000px
flowchart LR
Co[config]
Ca["categories (BTreeMap)"]
@ -67,7 +67,7 @@ flowchart LR
**** BTreeMap Based (Store)
#+begin_src mermaid :file config-struct-store.png :width 4000px
#+begin_src mermaid :file ./doc/img/config-struct-store.png :width 4000px
flowchart LR
S[(Store)]
subgraph Repo Store BMapTree

View file

Before

Width:  |  Height:  |  Size: 145 KiB

After

Width:  |  Height:  |  Size: 145 KiB

View file

Before

Width:  |  Height:  |  Size: 436 KiB

After

Width:  |  Height:  |  Size: 436 KiB

View file

Before

Width:  |  Height:  |  Size: 102 KiB

After

Width:  |  Height:  |  Size: 102 KiB