From ec0093962d1a9e565010d88f722c0d6cde2f26e5 Mon Sep 17 00:00:00 2001 From: Chris Mann Date: Sat, 16 Jul 2022 09:41:40 +0000 Subject: [PATCH] docs: update acts/digital/changes/home --- acts/digital/changes/home.md | 31 +++++++++++++++++++++---------- 1 file changed, 21 insertions(+), 10 deletions(-) diff --git a/acts/digital/changes/home.md b/acts/digital/changes/home.md index 296abc6..3f05a66 100644 --- a/acts/digital/changes/home.md +++ b/acts/digital/changes/home.md @@ -2,7 +2,7 @@ title: Wiki. Home description: Le Wiki. est la référence documentaire des GrandsVoisins.com published: true -date: 2022-07-16T09:36:37.229Z +date: 2022-07-16T09:41:38.117Z tags: editor: markdown dateCreated: 2022-07-16T09:21:41.791Z @@ -10,6 +10,25 @@ dateCreated: 2022-07-16T09:21:41.791Z # Wiki.lesGV.com +```plantuml +@startuml +object www +object "[[https://wiki.lesgv.com/fr Wiki.]]" as wiki +object id +object apps + +www --> wiki +id --> wiki +apps --> id +www --> id +www --> apps +apps --> www +apps --> wiki + + +@enduml +``` + ```plantuml @startwbs !theme materia-outline @@ -69,12 +88,4 @@ node { @end ``` -```plantuml -@startuml -object www. -object wiki. -object id. -object apps. -www. *--> wiki. -@enduml -``` +