Ude local C4 library distribution

pull/69/head
Kamil Duda 6 years ago
parent f2c07c2e9d
commit 958e2c4505

@ -1,6 +1,6 @@
!includeurl https://raw.githubusercontent.com/RicardoNiepel/C4-PlantUML/master/C4_Container.puml
'!includeurl https://raw.githubusercontent.com/RicardoNiepel/C4-PlantUML/master/C4_Container.puml
' uncomment the following line and comment the first to use locally
' !include C4_Container.puml
!include C4_Container.puml
' Scope: A single container.
' Primary elements: Components within the container in scope.

@ -1,6 +1,6 @@
!includeurl https://raw.githubusercontent.com/RicardoNiepel/C4-PlantUML/master/C4_Context.puml
'!includeurl https://raw.githubusercontent.com/RicardoNiepel/C4-PlantUML/master/C4_Context.puml
' uncomment the following line and comment the first to use locally
' !include C4_Context.puml
!include C4_Context.puml
' Scope: A single software system.
' Primary elements: Containers within the software system in scope.
@ -56,4 +56,4 @@ endlegend
' Boundaries
' ##################################
!define Container_Boundary(e_alias, e_label) Boundary(e_alias, e_label, "Container")
!define Container_Boundary(e_alias, e_label) Boundary(e_alias, e_label, "Container")

@ -1,6 +1,6 @@
!includeurl https://raw.githubusercontent.com/RicardoNiepel/C4-PlantUML/master/C4.puml
'!includeurl https://raw.githubusercontent.com/RicardoNiepel/C4-PlantUML/master/C4.puml
' uncomment the following line and comment the first to use locally
' !include C4.puml
!include C4.puml
' Scope: A single software system.
' Primary elements: The software system in scope.
@ -99,4 +99,4 @@ endlegend
' ##################################
!define Enterprise_Boundary(e_alias, e_label) Boundary(e_alias, e_label, "Enterprise")
!define System_Boundary(e_alias, e_label) Boundary(e_alias, e_label, "System")
!define System_Boundary(e_alias, e_label) Boundary(e_alias, e_label, "System")

Loading…
Cancel
Save