mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-05-24 02:02:36 -04:00
update formatting
This commit is contained in:
parent
1f7050ea6e
commit
e58b356378
12
DIAGRAMS.md
12
DIAGRAMS.md
@ -161,7 +161,7 @@ C4Component
|
|||||||
### Back
|
### Back
|
||||||
```mermaid
|
```mermaid
|
||||||
C4Component
|
C4Component
|
||||||
UpdateLayoutConfig($c4ShapeInRow="2", $c4BoundaryInRow="3")
|
UpdateLayoutConfig($c4ShapeInRow="5", $c4BoundaryInRow="2")
|
||||||
|
|
||||||
title Component Diagram for Back
|
title Component Diagram for Back
|
||||||
|
|
||||||
@ -185,15 +185,17 @@ C4Component
|
|||||||
ComponentQueue(emb_q1, "autosync", "RabbitMQ, Queue", "")
|
ComponentQueue(emb_q1, "autosync", "RabbitMQ, Queue", "")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Container_Boundary(scanner, "scanner") {
|
||||||
|
Component(scanner_c2, "kyoo_scanner", "python, python3.12", "matcher")
|
||||||
|
Component(scanner_c1, "kyoo_scanner", "python, python3.12", "scanner")
|
||||||
|
}
|
||||||
|
|
||||||
Container_Boundary(transcoder, "transcoder") {
|
Container_Boundary(transcoder, "transcoder") {
|
||||||
Component(transcoder_c1, "kyoo_transcoder", "go, go", "Video Transcoder")
|
Component(transcoder_c1, "kyoo_transcoder", "go, go", "Video Transcoder")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
Container_Boundary(scanner, "scanner") {
|
|
||||||
Component(scanner_c2, "kyoo_scanner", "python, python3.12", "matcher")
|
|
||||||
Component(scanner_c1, "kyoo_scanner", "python, python3.12", "scanner")
|
|
||||||
}
|
|
||||||
|
|
||||||
Container_Boundary(autosync, "autosync") {
|
Container_Boundary(autosync, "autosync") {
|
||||||
Component(autosync_c1, "kyoo_autosync", "python, python3.12", "")
|
Component(autosync_c1, "kyoo_autosync", "python, python3.12", "")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user