21 lines
No EOL
503 B
Markdown
21 lines
No EOL
503 B
Markdown
# Architecture
|
|
|
|
|
|
```mermaid
|
|
C4Context
|
|
title Architectrue od dda-devops-build
|
|
|
|
Component(buildAndMixin, "Build and Mixin", "")
|
|
Component(app, "Application", "")
|
|
Component(dom, "Domain", "")
|
|
Component(infra, "Infrastructure", "")
|
|
|
|
Rel(buildAndMixin,app, "use")
|
|
Rel(buildAndMixin,dom, "use")
|
|
Rel(app, dom, "use")
|
|
Rel(app, infra, "use")
|
|
Rel(infra, dom, "use")
|
|
|
|
UpdateLayoutConfig($c4ShapeInRow="2", $c4BoundaryInRow="1")
|
|
|
|
``` |