Nantes Université

Skip to content
Extraits de code Groupes Projets
Valider 826e0d80 rédigé par Gerson Sunyé's avatar Gerson Sunyé
Parcourir les fichiers

correct Antora configuration to use PlantUML theme

parent a405b91d
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
Affichage de
avec 7 ajouts et 3 suppressions
...@@ -6,11 +6,11 @@ asciidoc: ...@@ -6,11 +6,11 @@ asciidoc:
attributes: attributes:
author: Gerson Sunyé author: Gerson Sunyé
email: gerson.sunye@univ-nantes.fr email: gerson.sunye@univ-nantes.fr
plantuml-server-url: http://www.plantuml.com/plantuml #plantuml-server-url: http://www.plantuml.com/plantuml
plantuml-config: https://gitlab.univ-nantes.fr/naomod/defaults/-/blob/main/plantuml/puml-theme-sober.puml plantuml-config: https://gitlab.univ-nantes.fr/naomod/defaults/-/blob/main/plantuml/puml-theme-sober.puml
listing-caption: Listing@ listing-caption: Listing@
kroki-fetch-diagram: true kroki-fetch-diagram: true
kroki-server-url: http://kroki:8000 kroki-server-url: https://kroki.io
sectnums: true sectnums: true
extensions: extensions:
- asciidoctor-kroki - asciidoctor-kroki
......
...@@ -17,6 +17,7 @@ asciidoc: ...@@ -17,6 +17,7 @@ asciidoc:
url-asciidoc: https://docs.asciidoctor.org/asciidoc/latest url-asciidoc: https://docs.asciidoctor.org/asciidoc/latest
kroki-fetch-diagram: true kroki-fetch-diagram: true
kroki-server-url: https://kroki.io kroki-server-url: https://kroki.io
plantuml-config: https://gitlab.univ-nantes.fr/naomod/defaults/-/blob/main/plantuml/puml-theme-sober.puml
icons: font icons: font
extensions: extensions:
- asciidoctor-kroki - asciidoctor-kroki
...@@ -24,4 +25,4 @@ asciidoc: ...@@ -24,4 +25,4 @@ asciidoc:
nav: nav:
- modules/ROOT/nav.adoc - modules/ROOT/nav.adoc
- modules/developement/nav.adoc - modules/development/nav.adoc
...@@ -222,6 +222,7 @@ actor "ClientC:Client" as C3 ...@@ -222,6 +222,7 @@ actor "ClientC:Client" as C3
[plantuml] [plantuml]
.... ....
@startuml @startuml
!include plantuml-config: https://gitlab.univ-nantes.fr/naomod/defaults/-/blob/main/plantuml/puml-theme-sober.puml
actor "Rom:Client" as C1 actor "Rom:Client" as C1
actor "Ted:Client" as C2 actor "Ted:Client" as C2
...@@ -234,6 +235,8 @@ actor "Isma:Client" as C3 ...@@ -234,6 +235,8 @@ actor "Isma:Client" as C3
.Rejoindre une partie .Rejoindre une partie
[plantuml] [plantuml]
.... ....
!include: plantuml-config: https://gitlab.univ-nantes.fr/naomod/defaults/-/blob/main/plantuml/puml-theme-sober.puml
participant "__one:Player__" as player1 participant "__one:Player__" as player1
participant "__two:Player__" as player2 participant "__two:Player__" as player2
participant "__three:Player__" as player3 participant "__three:Player__" as player3
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter