!docs
, !adrs
, !script
, etc) are unavailable via this demo page; see DSL for details.
PlantUML definitions are available via the Structurizr CLI export command,
using the -format plantuml
parameter.
See StructurizrPlantUMLExporter for customisation options.
C4-PlantUML definitions are available via the Structurizr CLI export command,
using the -format plantuml/c4plantuml
parameter.
See C4PlantUMLExporter for customisation options.
Mermaid definitions are available via the Structurizr CLI export command,
using the -format mermaid
parameter. Your Mermaid configuration will need to include "securityLevel": "loose"
to render this definition correctly.
WebSequenceDiagram definitions are available via the Structurizr CLI export command,
using the -format websequencediagrams
parameter. Only dynamic views are supported.
DOT definitions are available via the Structurizr CLI export command,
using the -format dot
parameter.
Ilograph definitions are available via the Structurizr CLI export command,
using the -format ilograph
parameter. A single Ilograph export contains the model and all views.
resources: - id: "1" name: "User" subtitle: "[Person]" backgroundColor: "#dddddd" color: "#000000" - id: "2" name: "Software System" subtitle: "[Software System]" backgroundColor: "#dddddd" color: "#000000" children: - id: "10" name: "Service 3 API" subtitle: "[Container]" backgroundColor: "#8cd0f0" color: "#000000" - id: "11" name: "Service 3 Database" subtitle: "[Container]" backgroundColor: "#8cd0f0" color: "#000000" - id: "13" name: "Service 4 API" subtitle: "[Container]" backgroundColor: "#f08ca4" color: "#000000" - id: "14" name: "Service 4 Database" subtitle: "[Container]" backgroundColor: "#f08ca4" color: "#000000" - id: "3" name: "Web Application" subtitle: "[Container]" backgroundColor: "#dddddd" color: "#000000" - id: "4" name: "Service 1 API" subtitle: "[Container]" backgroundColor: "#91f0ae" color: "#000000" - id: "5" name: "Service 1 Database" subtitle: "[Container]" backgroundColor: "#91f0ae" color: "#000000" - id: "7" name: "Service 2 API" subtitle: "[Container]" backgroundColor: "#edf08c" color: "#000000" - id: "8" name: "Service 2 Database" subtitle: "[Container]" backgroundColor: "#edf08c" color: "#000000" perspectives: - name: Static Structure relations: - from: "1" to: "2" label: "Uses" color: "#707070" - from: "1" to: "3" label: "Uses" color: "#707070" - from: "10" to: "11" label: "Reads from and writes to" color: "#707070" - from: "10" to: "13" label: "Uses" color: "#707070" - from: "13" to: "14" label: "Reads from and writes to" color: "#707070" - from: "3" to: "4" label: "Uses" color: "#707070" - from: "3" to: "10" label: "Uses" color: "#707070" - from: "4" to: "7" label: "Uses" color: "#707070" - from: "4" to: "5" label: "Reads from and writes to" color: "#707070" - from: "7" to: "8" label: "Reads from and writes to" color: "#707070"