docs: update acts/digital/changes/home

This commit is contained in:
Chris Mann 2022-07-16 09:36:22 +00:00 committed by Chris mann
parent a2b6b91e06
commit 185d705da1

View File

@ -2,7 +2,7 @@
title: Wiki. Home title: Wiki. Home
description: Le Wiki. est la référence documentaire des GrandsVoisins.com description: Le Wiki. est la référence documentaire des GrandsVoisins.com
published: true published: true
date: 2022-07-16T09:29:35.282Z date: 2022-07-16T09:36:20.521Z
tags: tags:
editor: markdown editor: markdown
dateCreated: 2022-07-16T09:21:41.791Z dateCreated: 2022-07-16T09:21:41.791Z
@ -46,6 +46,7 @@ node {
*** La Ressourcerie Creative *** La Ressourcerie Creative
-- [[https://www.appgv.com/fr appGV.com]] -- [[https://www.appgv.com/fr appGV.com]]
--- [[https://www.lesgrandsvoisins.com/fr WWW.]] --- [[https://www.lesgrandsvoisins.com/fr WWW.]]
-- id.lesgv.com
@end @end
``` ```
@ -66,4 +67,14 @@ node {
** pass. ** pass.
-- [[https://www.lesgrandsvoisins.com/fr WWW.]] -- [[https://www.lesgrandsvoisins.com/fr WWW.]]
@end @end
``` ```
```plantuml
@startuml
object www.
object wiki.
object id.
object apps.
www. --> wiki.
@end
```