Skip to content

Commit

Permalink
c4: add preset
Browse files Browse the repository at this point in the history
Signed-off-by: Victor Login <batazor@evrone.com>
  • Loading branch information
batazor committed Apr 7, 2023
1 parent bd09b40 commit 02e327f
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions docs/c4/containers/actors/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
```plantuml
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/master/C4_Container.puml
!include https://raw.githubusercontent.com/shortlink-org/shortlink/main/docs/c4/containers/preset/style.puml
' Components
!define actors https://raw.githubusercontent.com/shortlink-org/shortlink/main/docs/c4/containers/actors
Expand Down
2 changes: 1 addition & 1 deletion docs/c4/containers/actors/courier.puml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Person(courier, Courier, "Delivering the order")
Person(courier, Courier, "Delivering the order", $tags="Coming soon")
2 changes: 1 addition & 1 deletion docs/c4/containers/actors/manager.puml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Person(manager, Manager, "Manages the department")
Person(manager, Manager, "Manages the department", $tags="Coming soon")
2 changes: 1 addition & 1 deletion docs/c4/containers/actors/moderator.puml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Person(moderator, Moderator, "Moderates the service")
Person(moderator, Moderator, "Moderates the service", $tags="Coming soon")
2 changes: 1 addition & 1 deletion docs/c4/containers/actors/support.puml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Person(support, Support, "Supports customers")
Person(support, Support, "Supports customers", $tags="Coming soon")
1 change: 1 addition & 0 deletions docs/c4/containers/preset/style.puml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
AddElementTag("Coming soon", $fontColor="orange")

0 comments on commit 02e327f

Please sign in to comment.