Skip to content

Commit

Permalink
Merge pull request #88 from adrianvlupu/merge-stdlib
Browse files Browse the repository at this point in the history
Sorry about this, forgot to check them before.
  • Loading branch information
adrianvlupu authored Nov 28, 2020
2 parents ae1d28b + 674afe8 commit 0129f67
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 8 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,6 @@ Entities can also be decorated with icons using the last parameter, for example:
```cs
@startuml
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/master/C4_Container.puml
' uncomment the following line and comment the first to use locally
' !include C4_Container.puml
!define DEVICONS https://raw.githubusercontent.com/tupadr3/plantuml-icon-font-sprites/master/devicons
!define FONTAWESOME https://raw.githubusercontent.com/tupadr3/plantuml-icon-font-sprites/master/font-awesome-5
Expand Down
2 changes: 1 addition & 1 deletion percy/C4_Container Diagram Sample - bigbankplc.puml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
!include ./../C4_Context.puml
!include ./../C4.puml

LAYOUT_TOP_DOWN
LAYOUT_TOP_DOWN()
'LAYOUT_AS_SKETCH()
LAYOUT_WITH_LEGEND()

Expand Down
2 changes: 1 addition & 1 deletion percy/C4_Container Diagram Sample - message bus.puml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
skinparam wrapWidth 200
skinparam maxMessageSize 200

LAYOUT_TOP_DOWN
LAYOUT_TOP_DOWN()
'LAYOUT_AS_SKETCH()
LAYOUT_WITH_LEGEND()

Expand Down
2 changes: 1 addition & 1 deletion percy/C4_Container Diagram Sample - techtribesjs.puml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
!include ./../C4_Context.puml
!include ./../C4.puml

LAYOUT_TOP_DOWN
LAYOUT_TOP_DOWN()
'LAYOUT_AS_SKETCH()
LAYOUT_WITH_LEGEND()

Expand Down
4 changes: 2 additions & 2 deletions percy/C4_Context Diagram Sample - bigbankplc-landscape.puml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
!include ./../C4_Context.puml
!include ./../C4.puml

'LAYOUT_TOP_DOWN
'LAYOUT_AS_SKETCH
'LAYOUT_TOP_DOWN()
'LAYOUT_AS_SKETCH()
LAYOUT_WITH_LEGEND()

title System Landscape diagram for Big Bank plc
Expand Down
2 changes: 1 addition & 1 deletion percy/C4_Context Diagram Sample - enterprise.puml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
!include ./../C4_Context.puml
!include ./../C4.puml

LAYOUT_TOP_DOWN
LAYOUT_TOP_DOWN()
'LAYOUT_AS_SKETCH()
LAYOUT_WITH_LEGEND()

Expand Down

0 comments on commit 0129f67

Please sign in to comment.