Merge pull request #88 from adrianvlupu/merge-stdlib

Sorry about this, forgot to check them before.
pull/98/head v2.0.0
Victor Lupu 5 years ago committed by GitHub
commit 0129f67cfe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

@ -3,7 +3,7 @@
!include ./../C4_Context.puml
!include ./../C4.puml
LAYOUT_TOP_DOWN
LAYOUT_TOP_DOWN()
'LAYOUT_AS_SKETCH()
LAYOUT_WITH_LEGEND()

@ -6,7 +6,7 @@
skinparam wrapWidth 200
skinparam maxMessageSize 200
LAYOUT_TOP_DOWN
LAYOUT_TOP_DOWN()
'LAYOUT_AS_SKETCH()
LAYOUT_WITH_LEGEND()

@ -3,7 +3,7 @@
!include ./../C4_Context.puml
!include ./../C4.puml
LAYOUT_TOP_DOWN
LAYOUT_TOP_DOWN()
'LAYOUT_AS_SKETCH()
LAYOUT_WITH_LEGEND()

@ -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

@ -2,7 +2,7 @@
!include ./../C4_Context.puml
!include ./../C4.puml
LAYOUT_TOP_DOWN
LAYOUT_TOP_DOWN()
'LAYOUT_AS_SKETCH()
LAYOUT_WITH_LEGEND()

Loading…
Cancel
Save