Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 281 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 281 Bytes

Example

Basic

@startuml
autonumber

Alice -> Bob: Authentication Request [[$./other-file docs]]
Bob --> Alice: Authentication Response

Alice -> Bob: Another authentication Request
Alice <-- Bob: another authentication Response [[$../other-file docs]]
@enduml