Skip to content

Commit

Permalink
Fix remove import for C4
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaudroques committed Feb 7, 2021
1 parent 801e8df commit 462939f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 10 deletions.
3 changes: 1 addition & 2 deletions C4/C4_Component.puml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
!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
!include <C4/C4_Container>

' Scope: A single container.
' Primary elements: Components within the container in scope.
Expand Down
3 changes: 1 addition & 2 deletions C4/C4_Container.puml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/master/C4_Context.puml
' uncomment the following line and comment the first to use locally
' !include C4_Context.puml
!include <C4/C4_Context>

' Scope: A single software system.
' Primary elements: Containers within the software system in scope.
Expand Down
3 changes: 1 addition & 2 deletions C4/C4_Context.puml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/master/C4.puml
' uncomment the following line and comment the first to use locally
' !include C4.puml
!include <C4/C4>

' Scope: A single software system.
' Primary elements: The software system in scope.
Expand Down
3 changes: 1 addition & 2 deletions C4/C4_Deployment.puml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
!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
!include <C4/C4_Container>

' Styling
' ##################################
Expand Down
3 changes: 1 addition & 2 deletions C4/C4_Dynamic.puml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/master/C4_Component.puml
' uncomment the following line and comment the first to use locally
' !include C4_Component.puml
!include <C4/C4_Component>

' Scope: Interactions in an enterprise, software system or container.
' Primary and supporting elements: Depends on the diagram scope -
Expand Down

0 comments on commit 462939f

Please sign in to comment.