Skip to content

Commit

Permalink
Update example puml for the issue Add support for Infrastructure Arch…
Browse files Browse the repository at this point in the history
…itecture as Code and Deployment Diagrams generation #62
  • Loading branch information
SlavaVedernikov committed Oct 2, 2024
1 parent 381351c commit 90a4d6b
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions Documentation/Issue-62/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -213,15 +213,10 @@ BigBankPlc:

```plantuml
@startuml
set separator none
title Internet Banking System - Deployment - Live
top to bottom direction
!include ..\..\..\.c4s\C4_Container.puml
!include ..\..\..\.c4s\C4_Deployment.puml
!include <C4/C4>
!include <C4/C4_Context>
!include <C4/C4_Container>
!include <C4/C4_Deployment>
title Big Bank Plc - Live - C4 Deployment - Container level
Deployment_Node(BigBankPlc.Environments.Live.Nodes.CustomerMobileDevice, "Customer's mobile device", $type="Apple iOS or Android", "") {
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.")
Expand Down

0 comments on commit 90a4d6b

Please sign in to comment.