website-and-documentation/resources/edp-likec4/views/high-level-concept/edgeconnect-context.c4
2025-12-19 13:16:01 +01:00

30 lines
546 B
Text

views {
view edgeconnect-context {
title 'EdgeConnect Context'
autoLayout LeftRight 180 140
include developer
include platformdeveloper with {
title 'Platform / Cloud Operator'
}
include edp with {
title 'EDP / CI Automation'
}
include edgeCli
include edgeSdk
include edgeTerraformProvider
include edgeConnect
include edgeConnect.*
style edgeConnect, edp {
color magenta
}
style developer, platformdeveloper {
size xsmall
textSize small
}
}
}