You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
630 B
Plaintext
21 lines
630 B
Plaintext
@startuml
|
|
' convert it with additional command line argument -DRELATIVE_INCLUDE="./.." to use locally
|
|
!if %variable_exists("RELATIVE_INCLUDE")
|
|
!include %get_variable_value("RELATIVE_INCLUDE")/C4_Deployment.puml
|
|
!else
|
|
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/v2.8.0/C4_Deployment.puml
|
|
!endif
|
|
|
|
' existing plantuml version as text
|
|
%version()
|
|
|
|
' new C4-Plantuml version as text
|
|
C4Version()
|
|
|
|
' new C4-Plantuml version details (incl. PlantUML version) as table
|
|
C4VersionDetails()
|
|
|
|
' version functions used in e.g. footer
|
|
footer drawn with PlantUML v. %version() and C4-PlantUML v. C4Version()
|
|
|
|
@enduml |