Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/02-node-semantics.stack
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ diagram "Application and datastore" {

node db "Primary database" {
kind database
icon "database"
icon "kind-database"
detail "PostgreSQL"
}

Expand Down
4 changes: 2 additions & 2 deletions examples/04-commerce-platform.stack
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,12 @@ diagram "Commerce platform" {
group data "Data" {
node products "Product database" {
kind database
icon "database"
icon "kind-database"
}

node orders "Order database" {
kind database
icon "database"
icon "kind-database"
}

node assets "Product media" {
Expand Down