Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ba1bba3

Browse files
docs: improve link visibility in architecture overview with styled arrows
1 parent ffd13b0 commit ba1bba3

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

docs/about/contributing/modules.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ flowchart LR
3434
end
3535
3636
%% 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
3939
4040
%% Template to resources
4141
Template --> Script
@@ -70,6 +70,9 @@ flowchart LR
7070
style Tools fill:#ffe0b2,stroke:#ffa726,stroke-width:1px,color:#000000
7171
style Apps fill:#ffe0b2,stroke:#ffa726,stroke-width:1px,color:#000000
7272
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
7376
```
7477

7578
**How Modules Work in the Coder Ecosystem:**

0 commit comments

Comments
 (0)