Make README diagrams vertical and clickable
This commit is contained in:
@@ -6,10 +6,10 @@ This directory groups executable tooling used across the `infra-run` project. It
|
||||
|
||||
```mermaid
|
||||
flowchart TD
|
||||
A["scripts"] --> B["bash"]
|
||||
A --> C["python"]
|
||||
B --> D["Operational toolkits"]
|
||||
C --> E["Future helper utilities"]
|
||||
A["scripts"] --> B["bash"] --> C["python"]
|
||||
click A href "./" "scripts"
|
||||
click B href "./bash/" "bash"
|
||||
click C href "./python/" "python"
|
||||
```
|
||||
|
||||
## Scope
|
||||
|
||||
Reference in New Issue
Block a user