Skip to content

Fixes percy diagrams #88

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Nov 28, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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