Make README diagrams vertical and clickable

This commit is contained in:
Mateusz Suski
2026-05-06 06:46:27 +00:00
parent 8cc19a0442
commit d1b9cabe5c
31 changed files with 92 additions and 158 deletions
+2 -4
View File
@@ -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