Skip to content

Commit 0129f67

Browse files
authored
Merge pull request #88 from adrianvlupu/merge-stdlib
Sorry about this, forgot to check them before.
2 parents ae1d28b + 674afe8 commit 0129f67

6 files changed

+6
-8
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,6 @@ Entities can also be decorated with icons using the last parameter, for example:
7979
```cs
8080
@startuml
8181
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/master/C4_Container.puml
82-
' uncomment the following line and comment the first to use locally
83-
' !include C4_Container.puml
8482
8583
!define DEVICONS https://raw.githubusercontent.com/tupadr3/plantuml-icon-font-sprites/master/devicons
8684
!define FONTAWESOME https://raw.githubusercontent.com/tupadr3/plantuml-icon-font-sprites/master/font-awesome-5

percy/C4_Container Diagram Sample - bigbankplc.puml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
!include ./../C4_Context.puml
44
!include ./../C4.puml
55

6-
LAYOUT_TOP_DOWN
6+
LAYOUT_TOP_DOWN()
77
'LAYOUT_AS_SKETCH()
88
LAYOUT_WITH_LEGEND()
99

percy/C4_Container Diagram Sample - message bus.puml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
skinparam wrapWidth 200
77
skinparam maxMessageSize 200
88

9-
LAYOUT_TOP_DOWN
9+
LAYOUT_TOP_DOWN()
1010
'LAYOUT_AS_SKETCH()
1111
LAYOUT_WITH_LEGEND()
1212

percy/C4_Container Diagram Sample - techtribesjs.puml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
!include ./../C4_Context.puml
44
!include ./../C4.puml
55

6-
LAYOUT_TOP_DOWN
6+
LAYOUT_TOP_DOWN()
77
'LAYOUT_AS_SKETCH()
88
LAYOUT_WITH_LEGEND()
99

percy/C4_Context Diagram Sample - bigbankplc-landscape.puml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
!include ./../C4_Context.puml
33
!include ./../C4.puml
44

5-
'LAYOUT_TOP_DOWN
6-
'LAYOUT_AS_SKETCH
5+
'LAYOUT_TOP_DOWN()
6+
'LAYOUT_AS_SKETCH()
77
LAYOUT_WITH_LEGEND()
88

99
title System Landscape diagram for Big Bank plc

percy/C4_Context Diagram Sample - enterprise.puml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
!include ./../C4_Context.puml
33
!include ./../C4.puml
44

5-
LAYOUT_TOP_DOWN
5+
LAYOUT_TOP_DOWN()
66
'LAYOUT_AS_SKETCH()
77
LAYOUT_WITH_LEGEND()
88

0 commit comments

Comments
 (0)