...
1grid-rows: 5
2style.fill: black
3
4flow1: "" {
5 width: 120
6 style: {fill: white; stroke: cornflowerblue; stroke-width: 10}
7}
8flow2: "" {
9 width: 120
10 style: {fill: white; stroke: cornflowerblue; stroke-width: 10}
11}
12flow3: "" {
13 width: 120
14 style: {fill: white; stroke: cornflowerblue; stroke-width: 10}
15}
16flow4: "" {
17 width: 120
18 style: {fill: white; stroke: cornflowerblue; stroke-width: 10}
19}
20flow5: "" {
21 width: 120
22 style: {fill: white; stroke: cornflowerblue; stroke-width: 10}
23}
24flow6: "" {
25 width: 240
26 style: {fill: white; stroke: cornflowerblue; stroke-width: 10}
27}
28flow7: "" {
29 width: 80
30 style: {fill: white; stroke: cornflowerblue; stroke-width: 10}
31}
32flow8: "" {
33 width: 160
34 style: {fill: white; stroke: cornflowerblue; stroke-width: 10}
35}
36flow9: "" {
37 width: 160
38 style: {fill: white; stroke: cornflowerblue; stroke-width: 10}
39}
40
41DAGGER ENGINE: {
42 width: 800
43 style: {
44 fill: beige
45 stroke: darkcyan
46 font-color: blue
47 stroke-width: 8
48 }
49}
50
51ANY DOCKER COMPATIBLE RUNTIME: {
52 width: 800
53 style: {
54 fill: lightcyan
55 stroke: darkcyan
56 font-color: black
57 stroke-width: 8
58 }
59 icon: https://icons.terrastruct.com/dev%2Fdocker.svg
60}
61
62ANY CI: {
63 style: {
64 fill: gold
65 stroke: maroon
66 font-color: maroon
67 stroke-width: 8
68 }
69}
70
71WINDOWS.style: {
72 font-color: white
73 fill: darkcyan
74 stroke: black
75}
76LINUX.style: {
77 font-color: white
78 fill: darkcyan
79 stroke: black
80}
81MACOS.style: {
82 font-color: white
83 fill: darkcyan
84 stroke: black
85}
86KUBERNETES.style: {
87 font-color: white
88 fill: darkcyan
89 stroke: black
90}
View as plain text