Make README diagrams vertical and clickable
This commit is contained in:
@@ -6,10 +6,8 @@ This folder is intended for storage-oriented platform topics. It can hold higher
|
||||
|
||||
```mermaid
|
||||
flowchart TD
|
||||
A["storage"] --> B["Capacity planning"]
|
||||
A --> C["Filesystem expansion"]
|
||||
A --> D["Block device management"]
|
||||
A --> E["Operational safety"]
|
||||
A["storage"]
|
||||
click A href "./" "storage"
|
||||
```
|
||||
|
||||
## Notes
|
||||
|
||||
Reference in New Issue
Block a user