@@ -32,7 +32,7 @@ Just remember to change the `!include` statements at the top of the files.
32
32
If you want to use the always up-to-date version in this repo, use the following:
33
33
34
34
``` c#
35
- ! include https : // raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/v2.0.0 /C4_Container.puml
35
+ ! include https : // raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/v2.0.1 /C4_Container.puml
36
36
```
37
37
38
38
Now let's create a C4 Container diagram:
@@ -41,7 +41,7 @@ After you have included `C4_Container.puml` you can use the defined macro defini
41
41
42
42
``` csharp
43
43
@startuml C4_Elements
44
- ! include https : // raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/v2.0.0 /C4_Container.puml
44
+ ! include https : // raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/v2.0.1 /C4_Container.puml
45
45
46
46
Person (personAlias , " Label" , " Optional Description" )
47
47
Container (containerAlias , " Label" , " Technology" , " Optional Description" )
@@ -59,7 +59,7 @@ Take a look a look at the following sample of a C4 Container Diagram:
59
59
60
60
``` csharp
61
61
@startuml Basic Sample
62
- ! include https : // raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/v2.0.0 /C4_Container.puml
62
+ ! include https : // raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/v2.0.1 /C4_Container.puml
63
63
64
64
Person (admin , " Administrator" )
65
65
System_Boundary (c1 , " Sample System" ) {
@@ -78,7 +78,7 @@ Entities can also be decorated with icons using the last parameter, for example:
78
78
79
79
``` cs
80
80
@startuml
81
- ! include https : // raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/v2.0.0 /C4_Container.puml
81
+ ! include https : // raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/v2.0.1 /C4_Container.puml
82
82
83
83
! define DEVICONS https : // raw.githubusercontent.com/tupadr3/plantuml-icon-font-sprites/master/devicons
84
84
! define FONTAWESOME https : // raw.githubusercontent.com/tupadr3/plantuml-icon-font-sprites/master/font-awesome-5
@@ -108,7 +108,7 @@ Rel_R(api, db, "Reads/Writes")
108
108
Diagram types
109
109
110
110
* System Context & System Landscape diagrams
111
- * Import: ` !include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/v2.0.0 /C4_Context.puml `
111
+ * Import: ` !include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/v2.0.1 /C4_Context.puml `
112
112
* Macros:
113
113
* ` Person(alias, label, ?description, ?sprite) `
114
114
* ` Person_Ext `
@@ -118,7 +118,7 @@ Diagram types
118
118
* ` Enterprise_Boundary(alias, label) `
119
119
* ` System_Boundary `
120
120
* Container diagram
121
- * Import: ` !include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/v2.0.0 /C4_Container.puml `
121
+ * Import: ` !include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/v2.0.1 /C4_Container.puml `
122
122
* Additional Macros:
123
123
* ` Container(alias, label, technology, ?description, ?sprite) `
124
124
* ` ContainerDb `
@@ -128,7 +128,7 @@ Diagram types
128
128
* ` ContainerQueue_Ext `
129
129
* ` Container_Boundary(alias, label) `
130
130
* Component diagram
131
- * Import: ` !include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/v2.0.0 /C4_Component.puml `
131
+ * Import: ` !include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/v2.0.1 /C4_Component.puml `
132
132
* Additional Macros:
133
133
* ` Component(alias, label, technology, ?description, ?sprite) `
134
134
* ` ComponentDb `
@@ -137,13 +137,13 @@ Diagram types
137
137
* ` ComponentDb_Ext `
138
138
* ` ComponentQueue_Ext `
139
139
* Dynamic diagram
140
- * Import: ` !include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/v2.0.0 /C4_Dynamic.puml `
140
+ * Import: ` !include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/v2.0.1 /C4_Dynamic.puml `
141
141
* Additional Macros:
142
142
* ` RelIndex(index, from, to, label) `
143
143
* ` increment() `
144
144
* ` setIndex(number) `
145
145
* Deployment diagram
146
- * Import: ` !include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/v2.0.0 /C4_Deployment.puml `
146
+ * Import: ` !include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/v2.0.1 /C4_Deployment.puml `
147
147
* Additional Macros:
148
148
* ` Deployment_Node(alias, label, ?type) `
149
149
0 commit comments