« Test diagrams » : différence entre les versions

Aller à la navigation Aller à la recherche
(Page créée avec « == Diagram== <uml> Alice -> Bob: Authentication Request Bob --> Alice: Authentication Response </uml> »)
 
mAucun résumé des modifications
Ligne 1 : Ligne 1 :
== Diagram==
== Diagram==
<uml>
{{#mermaid:sequenceDiagram
Alice -> Bob: Authentication Request
participant Alice
Bob --> Alice: Authentication Response
participant Bob
</uml>
  Alice->John: Hello John, how are you?
  loop Healthcheck
      John->John: Fight against hypochondria
  end
  Note right of John: Rational thoughts <br/>prevail...
    John-->Alice: Great!
    John->Bob: How about you?
    Bob-->John: Jolly good!
}}

Version du 21 septembre 2022 à 21:03

Diagram

{{#mermaid:sequenceDiagram participant Alice participant Bob

 Alice->John: Hello John, how are you?
 loop Healthcheck
      John->John: Fight against hypochondria
 end
 Note right of John: Rational thoughts 
prevail... John-->Alice: Great! John->Bob: How about you? Bob-->John: Jolly good!

}}