Skip to content

Commit 90a4d6b

Browse files
Update example puml for the issue Add support for Infrastructure Architecture as Code and Deployment Diagrams generation #62
1 parent 381351c commit 90a4d6b

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

Documentation/Issue-62/README.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -213,15 +213,10 @@ BigBankPlc:
213213

214214
```plantuml
215215
@startuml
216-
set separator none
217-
title Internet Banking System - Deployment - Live
218-
219-
top to bottom direction
216+
!include ..\..\..\.c4s\C4_Container.puml
217+
!include ..\..\..\.c4s\C4_Deployment.puml
220218
221-
!include <C4/C4>
222-
!include <C4/C4_Context>
223-
!include <C4/C4_Container>
224-
!include <C4/C4_Deployment>
219+
title Big Bank Plc - Live - C4 Deployment - Container level
225220
226221
Deployment_Node(BigBankPlc.Environments.Live.Nodes.CustomerMobileDevice, "Customer's mobile device", $type="Apple iOS or Android", "") {
227222
Container(BigBankPlc.Environments.Live.Nodes.CustomerMobileDevice.Deployments.BigBankPlc.SoftwareSystems.InternetBanking.Containers.MobileApp, "Mobile App", "Xamarin", "Provides a limited subset of the Internet banking functionality to customers via their mobile device.")

0 commit comments

Comments
 (0)