From 2670298104ee00ea92f682fec16f45bdbb435ad3 Mon Sep 17 00:00:00 2001
From: cgeek <cem.moreau@gmail.com>
Date: Sun, 27 Sep 2015 17:57:29 +0200
Subject: [PATCH] Doc: update core file system diagram + add fork diagram

---
 doc/core_file_system.pu |  6 +++---
 fork.pu                 | 19 +++++++++++++++++++
 2 files changed, 22 insertions(+), 3 deletions(-)
 create mode 100644 fork.pu

diff --git a/doc/core_file_system.pu b/doc/core_file_system.pu
index 3e7ff9e9d..3249ff02d 100644
--- a/doc/core_file_system.pu
+++ b/doc/core_file_system.pu
@@ -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 ==
 
diff --git a/fork.pu b/fork.pu
new file mode 100644
index 000000000..7291ead10
--- /dev/null
+++ b/fork.pu
@@ -0,0 +1,19 @@
+@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
-- 
GitLab