Skip to content

Commit

Permalink
Example with embedded icons
Browse files Browse the repository at this point in the history
  • Loading branch information
davydkov committed Jul 24, 2024
1 parent f53d177 commit 206f2a8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 1 addition & 3 deletions src/cloud/backend.c4
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@ model {
technology 'AWS Aurora PostgreSQL'
description 'Database for storing relational data'
link https://aws.amazon.com/rds/postgresql/
style {
icon https://icons.terrastruct.com/dev%2Fpostgresql.svg
}
icon tech:postgresql

tbl_customers = db_table '[ customers ]' {
technology '<< private schema >>'
Expand Down
1 change: 1 addition & 0 deletions src/cloud/ui.c4
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ model {
technology 'Flutter'
description 'The mobile app of the cloud system'
link https://flutter.dev/
icon tech:flutter

-> cloud.backend.graphql 'fetches data'
-> aws.cognito 'authenticates'
Expand Down
1 change: 1 addition & 0 deletions src/model.c4
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ model {
cognito = component 'Cognito' {
link https://aws.amazon.com/cognito/
description 'Provides user management and authentication'
icon aws:cognito
}
}

Expand Down

0 comments on commit 206f2a8

Please sign in to comment.