dda-devops-build/doc/architecture/Architecture.md

21 lines
503 B
Markdown
Raw Normal View History

2023-04-14 15:48:12 +00:00
# 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")
2023-06-02 10:47:56 +00:00
Rel(infra, dom, "use")
2023-04-14 15:48:12 +00:00
UpdateLayoutConfig($c4ShapeInRow="2", $c4BoundaryInRow="1")
```