Skip to content
Snippets Groups Projects
Commit 26702981 authored by Cédric Moreau's avatar Cédric Moreau
Browse files

Doc: update core file system diagram + add fork diagram

parent c985de23
No related branches found
No related tags found
No related merge requests found
......@@ -8,9 +8,9 @@ skinparam sequence {
}
participant "System" as S
participant "Folder 3\n /A.json" as F3
participant "Folder 2\n /B.json" as F2
participant "Folder 1\n /A.json\n /C.json" as F1
participant "Folder of block **B5_a**\n /A.json" as F3
participant "Folder of block **B4**\n /B.json" as F2
participant "Folder of block **B3**\n /A.json\n /C.json" as F1
== Direct READ ==
......
fork.pu 0 → 100644
@startuml
(B5_b) as B5f #LightBlue
(B6_b) as B6f #LightBlue
skinparam usecase {
BackgroundColor DarkSeaGreen
BorderColor DarkSlateGray
ArrowColor Blue
}
(B3) -> (B4)
(B4) --> (B5_a)
(B5_a) -> (B6_a)
(B6_a) -> (B7_a)
(B4) -[#LightBlue]> (B5f)
(B5f) -[#LightBlue]> (B6f)
@enduml
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment