docs: update acts/digital/changes/home/new-page
This commit is contained in:
parent
364e587899
commit
7e1e943d0f
@ -2,7 +2,7 @@
|
|||||||
title: Test Page for SVG External Asset
|
title: Test Page for SVG External Asset
|
||||||
description:
|
description:
|
||||||
published: true
|
published: true
|
||||||
date: 2022-07-18T11:12:33.349Z
|
date: 2022-07-18T11:19:55.460Z
|
||||||
tags:
|
tags:
|
||||||
editor: markdown
|
editor: markdown
|
||||||
dateCreated: 2022-07-18T11:12:33.349Z
|
dateCreated: 2022-07-18T11:12:33.349Z
|
||||||
@ -11,6 +11,48 @@ dateCreated: 2022-07-18T11:12:33.349Z
|
|||||||
# Header
|
# Header
|
||||||
Your content here
|
Your content here
|
||||||
|
|
||||||
![wiki-fr-digital-2022-07-16-01.svg](/diagrams/wiki-fr-digital-2022-07-16-01.svg)
|
```plantuml
|
||||||
|
@startuml
|
||||||
![digital.svg](/diagrams/digital.svg)
|
!theme materia-outline
|
||||||
|
skinparam handwritten true
|
||||||
|
skinparam frame {
|
||||||
|
BorderColor $BLUE
|
||||||
|
}
|
||||||
|
skinparam backgroundColor transparent
|
||||||
|
<style>
|
||||||
|
frame {
|
||||||
|
RoundCorner 40
|
||||||
|
BorderColor $BLUE
|
||||||
|
LineColor $BLUE
|
||||||
|
BackGroundColor $WHITE
|
||||||
|
}
|
||||||
|
card {
|
||||||
|
RoundCorner 40
|
||||||
|
LineColor $BLUE
|
||||||
|
BackGroundColor $WHITE
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
frame "[[https://www.lesgrandsvoisins.com WWW.]]" as www {
|
||||||
|
card "[[https://www.lesgrandsvoisins.com/login /login]]" as wwwlogin
|
||||||
|
}
|
||||||
|
frame "[[https://www.appgv.com APPS.]]" as apps {
|
||||||
|
card "[[https://www.appgv.com/login /login]]\n[[https://www.appgv.com/en /en]]\n[[https://www.appgv.com/fr /fr]]" as appgvogin
|
||||||
|
card "[[https://wiki.lesgv.com Wiki.]]\n[[https://id.lesgv.com Id.]]\n[[https://com.lesgrandsvoisins.com Com.]]\n[[https://mail.lesgv.com Mail.]]\n[[https://forge.lesgv.com Forge.]]\n[[https://drive.appgv.com Drive.]]\n[[https://list.lesgrandsvoisins.com List.]]\n[[https://pass.lesgv.com Pass.]]\n[[https://meet.agggv.com Meet.]]\n[[https://web.lesgv.com Web.]]\n[[https://blog.lesgrandsvoisins.com Blog.]]\n[[https://cal.lesgrandsvoisins.com/radicale/.web/ Cal.]]\n[[https://fossil.lesgrandsvoisins.com Fossil.]]" as outsideappslinks
|
||||||
|
}
|
||||||
|
frame "[[https://id.lesgv.com ID.]]" as id {
|
||||||
|
card "[[https://id.lesgv.com/admin/master/console/ /admin...]]" as idinlinks
|
||||||
|
card "[[https://wiki.lesgv.com Wiki.]]\n[[https://id.lesgv.com Id.]]\n[[https://com.lesgrandsvoisins.com Com.]]\n[[https://forge.lesgv.com Forge.]]\n[[https://drive.appgv.com Drive.]]" as idapps
|
||||||
|
}
|
||||||
|
frame "[[https://wiki.lesgv.com/fr/home WIKI.]]" as wiki {
|
||||||
|
card "[[https://wiki.lesgv.com/fr/acts /acts (Biens communs)]]\n[[https://wiki.lesgv.com/fr/orgs /orgs (Grands Voisins)]]\n[[https://wiki.lesgv.com/fr/votes /votes (Gouvernance)]]\n" as wikiinlinks
|
||||||
|
}
|
||||||
|
frame "[[https://mail.lesgv.com MAIL.]]" as mail {
|
||||||
|
card "[[https://mail.lesgv.com/SOGo /SOGo]]\n[[https://mail.lesgv.com/iredadmin /iredadmin]]\n[[https://admin.appgv.com/web2ldap admin...web2ldap]]" as maillinks
|
||||||
|
}
|
||||||
|
www --> apps
|
||||||
|
'outsideappslinks --> id
|
||||||
|
wiki <--> id
|
||||||
|
outsideappslinks ---> wiki
|
||||||
|
outsideappslinks --> mail
|
||||||
|
@enduml
|
||||||
|
```
|
Loading…
Reference in New Issue
Block a user