Skip to content

PlantUML Examples

PlantUML is now integrated into your documentation portal! You can create various types of diagrams using simple text syntax.

Sequence Diagram

uml diagram

Class Diagram

uml diagram

Activity Diagram

uml diagram

Component Diagram

uml diagram

Use Case Diagram

uml diagram

State Diagram

uml diagram

Syntax Reference

  • Wrap PlantUML code in triple backticks with plantuml language identifier
  • Start diagrams with @startuml and end with @enduml
  • Use arrows (->, -->, <--) for relationships
  • Use : for labels and descriptions
  • Use |, {, } for grouping and organization

For more PlantUML syntax examples, visit the official PlantUML documentation.


Feedback: