File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -34,8 +34,8 @@ flowchart LR
34
34
end
35
35
36
36
%% Module flow
37
- ModuleCode -->|"Referenced by"| Template
38
- StarterTemplates -->|"Used as base for"| Template
37
+ ModuleCode -->|" Referenced by "| Template
38
+ StarterTemplates -->|" Used as base for "| Template
39
39
40
40
%% Template to resources
41
41
Template --> Script
@@ -70,6 +70,9 @@ flowchart LR
70
70
style Tools fill:#ffe0b2,stroke:#ffa726,stroke-width:1px,color:#000000
71
71
style Apps fill:#ffe0b2,stroke:#ffa726,stroke-width:1px,color:#000000
72
72
style Environment fill:#ffe0b2,stroke:#ffa726,stroke-width:1px,color:#000000
73
+
74
+ %% Link styling to make arrows visible
75
+ linkStyle default stroke:#333333,stroke-width:2px
73
76
```
74
77
75
78
** How Modules Work in the Coder Ecosystem:**
You can’t perform that action at this time.
0 commit comments