Switch README diagrams to vertical layout

This commit is contained in:
Mateusz Suski
2026-05-06 06:40:46 +00:00
parent 1e2db3e125
commit 8cc19a0442
14 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ This folder is reserved for clustering-focused platform work. It is meant for hi
## Diagram
```mermaid
flowchart LR
flowchart TD
A["clustering"] --> B["Quorum"]
A --> C["Failover"]
A --> D["Service groups"]
+1 -1
View File
@@ -5,7 +5,7 @@ This folder is intended for Elastic Stack style log-analysis work. It can hold e
## Diagram
```mermaid
flowchart LR
flowchart TD
A["elk-log-analysis"] --> B["Ingest"]
A --> C["Parse"]
A --> D["Search"]
@@ -5,7 +5,7 @@ This folder is reserved for monitoring and alerting work centered on Zabbix-styl
## Diagram
```mermaid
flowchart LR
flowchart TD
A["monitoring-zabbix"] --> B["Hosts"]
A --> C["Templates"]
A --> D["Triggers"]
+1 -1
View File
@@ -5,7 +5,7 @@ This folder is intended for storage-oriented platform topics. It can hold higher
## Diagram
```mermaid
flowchart LR
flowchart TD
A["storage"] --> B["Capacity planning"]
A --> C["Filesystem expansion"]
A --> D["Block device management"]
+1 -1
View File
@@ -5,7 +5,7 @@ This folder is reserved for virtualization platform topics. It is intended for w
## Diagram
```mermaid
flowchart LR
flowchart TD
A["virtualization"] --> B["Hypervisors"]
A --> C["Guests"]
A --> D["Resource planning"]