@ -63,7 +63,7 @@ This can be enabled with `LAYOUT_WITH_LEGEND`.
@startuml LAYOUT_WITH_LEGEND Sample
!includeurl https://raw.githubusercontent.com/RicardoNiepel/C4-PlantUML/master/C4_Container.puml
LAYOUT_WITH_LEGEND
LAYOUT_WITH_LEGEND()
Person(admin, "Administrator")
System_Boundary(c1, 'Sample') {
@ -96,7 +96,7 @@ With `LAYOUT_AS_SKETCH` you can make a difference.
@startuml LAYOUT_AS_SKETCH Sample
LAYOUT_AS_SKETCH
LAYOUT_AS_SKETCH()
@ -3,7 +3,7 @@
' uncomment the following line and comment the first to use locally
' !include C4_Component.puml
title Component diagram for Internet Banking System - API Application
@ -5,7 +5,7 @@
LAYOUT_TOP_DOWN
'LAYOUT_AS_SKETCH
title Container diagram for Internet Banking System
@ -8,7 +8,7 @@ skinparam maxMessageSize 200
Person(customer, Customer, "A customer")
Person_Ext(anonymous_user, "Anonymous User")
@ -13,7 +13,7 @@ Person(aggregated_user, "Aggregated User")
Person(administration_user, "Administration User")
System_Boundary(c1, "techtribes.js"){
Container(web_app, "Web Application", "Java, Spring MVC, Tomcat 7.x", "Allows users to view people, tribes, content, events, jobs, etc. from the local tech, digital and IT sector")
ContainerDb(rel_db, "Relational Database", "MySQL 5.5.x", "Stores people, tribes, tribe membership, talks, events, jobs, badges, GitHub repos, etc.")
'LAYOUT_TOP_DOWN
title System Landscape diagram for Big Bank plc
' !include C4_Context.puml
title System Context diagram for Internet Banking System
Person(customer, "Customer", "A customer of Widgets Limited.")