Changes for page Development Environment Setup
Last modified by Gideon Lombard on 2023/05/22 23:50
Change comment:
There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. eugeneb1 +XWiki.gideonl - Content
-
... ... @@ -1,3 +1,33 @@ 1 1 **hello world** 2 2 3 3 tag test in body **{{mention reference="XWiki.eugeneb" style="FULL_NAME" anchor="XWiki-eugeneb-9h4ysv"/}} {{mention reference="XWiki.gideonl" style="FULL_NAME" anchor="XWiki-gideonl-0fzwhj"/}}** 4 + 5 +{{plantuml}} 6 +@startuml 7 +:Customer: -> (Withdraw) 8 +note right of (Withdraw) : This is an example. 9 +@enduml 10 +{{/plantuml}} 11 + 12 +{{plantuml}} 13 +@startuml 14 +left to right direction 15 +actor Guest as g 16 +package Professional { 17 + actor Chef as c 18 + actor "Food Critic" as fc 19 +} 20 +package Restaurant { 21 + usecase "Eat Food" as UC1 22 + usecase "Pay for Food" as UC2 23 + usecase "Drink" as UC3 24 + usecase "Review" as UC4 25 +} 26 +fc --> UC4 27 +g --> UC1 28 +g --> UC2 29 +g --> UC3 30 +@enduml 31 +{{/plantuml}} 32 + 33 +**Body test {{mention reference="XWiki.rudim" style="FULL_NAME" anchor="XWiki-rudim-3yh8lq"/}}**