Make README diagrams vertical and clickable
This commit is contained in:
@@ -6,14 +6,12 @@ Small, practical Bash scripts for Linux operations checks and incident triage. T
|
||||
|
||||
```mermaid
|
||||
flowchart TD
|
||||
A["bash"] --> B["os-healthcheck"]
|
||||
A --> C["disk-full"]
|
||||
A --> D["veritas"]
|
||||
A --> E["gpfs"]
|
||||
B --> B1["Host diagnostics"]
|
||||
C --> C1["Incident workflow"]
|
||||
D --> D1["VxVM and VCS change flow"]
|
||||
E --> E1["Spectrum Scale expansion flow"]
|
||||
A["bash"] --> B["os-healthcheck"] --> C["disk-full"] --> D["veritas"] --> E["gpfs"]
|
||||
click A href "./" "bash"
|
||||
click B href "./os-healthcheck/" "os-healthcheck"
|
||||
click C href "./disk-full/" "disk-full"
|
||||
click D href "./veritas/" "veritas"
|
||||
click E href "./gpfs/" "gpfs"
|
||||
```
|
||||
|
||||
## Scripts
|
||||
|
||||
Reference in New Issue
Block a user