Make README diagrams vertical and clickable
This commit is contained in:
@@ -6,11 +6,8 @@ This directory contains first-pass Linux diagnostics for common host checks. The
|
||||
|
||||
```mermaid
|
||||
flowchart TD
|
||||
A["os-healthcheck"] --> B["healthcheck.sh"]
|
||||
A --> C["disk_check.sh"]
|
||||
A --> D["service_check.sh"]
|
||||
A --> E["system_report.sh"]
|
||||
A --> F["network_troubleshoot.sh"]
|
||||
A["os-healthcheck"]
|
||||
click A href "./" "os-healthcheck"
|
||||
```
|
||||
|
||||
## Scripts
|
||||
|
||||
Reference in New Issue
Block a user