Make README diagrams vertical and clickable
This commit is contained in:
@@ -6,10 +6,8 @@ This directory is reserved for runbook-style procedures that describe how to per
|
||||
|
||||
```mermaid
|
||||
flowchart TD
|
||||
A["runbooks"] --> B["Pre-check"]
|
||||
A --> C["Change execution"]
|
||||
A --> D["Post-check"]
|
||||
A --> E["Rollback or escalation"]
|
||||
A["runbooks"]
|
||||
click A href "./" "runbooks"
|
||||
```
|
||||
|
||||
## Notes
|
||||
|
||||
Reference in New Issue
Block a user