From 8cc19a0442dfd01dc2f5788d172a2673e0c4fb35 Mon Sep 17 00:00:00 2001 From: Mateusz Suski Date: Wed, 6 May 2026 06:40:46 +0000 Subject: [PATCH] Switch README diagrams to vertical layout --- infra-run/ansible/inventory/group_vars/README.md | 2 +- infra-run/ansible/inventory/host_vars/README.md | 2 +- infra-run/ansible/tests/README.md | 2 +- infra-run/scripts/python/README.md | 2 +- labs/ci-cd/README.md | 2 +- labs/docker/README.md | 2 +- labs/kubernetes/README.md | 2 +- labs/networking/README.md | 2 +- labs/terraform/README.md | 2 +- platform-projects/clustering/README.md | 2 +- platform-projects/elk-log-analysis/README.md | 2 +- platform-projects/monitoring-zabbix/README.md | 2 +- platform-projects/storage/README.md | 2 +- platform-projects/virtualization/README.md | 2 +- 14 files changed, 14 insertions(+), 14 deletions(-) diff --git a/infra-run/ansible/inventory/group_vars/README.md b/infra-run/ansible/inventory/group_vars/README.md index 115a363..85b0d01 100644 --- a/infra-run/ansible/inventory/group_vars/README.md +++ b/infra-run/ansible/inventory/group_vars/README.md @@ -5,7 +5,7 @@ This folder is reserved for shared Ansible variables applied to inventory groups ## Diagram ```mermaid -flowchart LR +flowchart TD A["group_vars"] --> B["Environment defaults"] A --> C["Role parameters"] A --> D["Shared operational values"] diff --git a/infra-run/ansible/inventory/host_vars/README.md b/infra-run/ansible/inventory/host_vars/README.md index aa3e773..6ed17dd 100644 --- a/infra-run/ansible/inventory/host_vars/README.md +++ b/infra-run/ansible/inventory/host_vars/README.md @@ -5,7 +5,7 @@ This folder is intended for host-specific Ansible variables. It complements `gro ## Diagram ```mermaid -flowchart LR +flowchart TD A["host_vars"] --> B["Host A overrides"] A --> C["Host B overrides"] A --> D["Per-node secrets or tuning"] diff --git a/infra-run/ansible/tests/README.md b/infra-run/ansible/tests/README.md index 442687e..a3fb780 100644 --- a/infra-run/ansible/tests/README.md +++ b/infra-run/ansible/tests/README.md @@ -5,7 +5,7 @@ This directory is reserved for validation of Ansible content. It represents the ## Diagram ```mermaid -flowchart LR +flowchart TD A["tests"] --> B["Syntax checks"] A --> C["Molecule or scenario tests"] A --> D["Post-run validation"] diff --git a/infra-run/scripts/python/README.md b/infra-run/scripts/python/README.md index cb3ae95..fcff147 100644 --- a/infra-run/scripts/python/README.md +++ b/infra-run/scripts/python/README.md @@ -5,7 +5,7 @@ This directory is reserved for Python helpers that may later complement the Bash ## Diagram ```mermaid -flowchart LR +flowchart TD A["python"] --> B["Future reporting utilities"] A --> C["Parsers"] A --> D["Automation helpers"] diff --git a/labs/ci-cd/README.md b/labs/ci-cd/README.md index de2df1e..ea8be44 100644 --- a/labs/ci-cd/README.md +++ b/labs/ci-cd/README.md @@ -5,7 +5,7 @@ This folder is intended for CI/CD experiments such as pipeline layouts, validati ## Diagram ```mermaid -flowchart LR +flowchart TD A["ci-cd"] --> B["Build"] A --> C["Test"] A --> D["Package"] diff --git a/labs/docker/README.md b/labs/docker/README.md index 9b12197..9b7c926 100644 --- a/labs/docker/README.md +++ b/labs/docker/README.md @@ -5,7 +5,7 @@ This folder is reserved for Docker-focused lab work. It is intended for image bu ## Diagram ```mermaid -flowchart LR +flowchart TD A["docker"] --> B["Dockerfiles"] A --> C["Compose stacks"] A --> D["Container debugging"] diff --git a/labs/kubernetes/README.md b/labs/kubernetes/README.md index 04caa6a..9484e46 100644 --- a/labs/kubernetes/README.md +++ b/labs/kubernetes/README.md @@ -5,7 +5,7 @@ This folder is intended for Kubernetes lab work such as manifests, troubleshooti ## Diagram ```mermaid -flowchart LR +flowchart TD A["kubernetes"] --> B["Workloads"] A --> C["Services"] A --> D["Ingress and networking"] diff --git a/labs/networking/README.md b/labs/networking/README.md index c8aca3a..d16a1da 100644 --- a/labs/networking/README.md +++ b/labs/networking/README.md @@ -5,7 +5,7 @@ This folder is reserved for networking-focused exercises. It can hold examples a ## Diagram ```mermaid -flowchart LR +flowchart TD A["networking"] --> B["Routing"] A --> C["DNS"] A --> D["Firewall and ports"] diff --git a/labs/terraform/README.md b/labs/terraform/README.md index f23ad5a..2c65d3f 100644 --- a/labs/terraform/README.md +++ b/labs/terraform/README.md @@ -5,7 +5,7 @@ This folder is intended for Terraform experiments and infrastructure-as-code pra ## Diagram ```mermaid -flowchart LR +flowchart TD A["terraform"] --> B["Modules"] A --> C["Environment configs"] A --> D["Plan and apply workflows"] diff --git a/platform-projects/clustering/README.md b/platform-projects/clustering/README.md index 2608084..daa62af 100644 --- a/platform-projects/clustering/README.md +++ b/platform-projects/clustering/README.md @@ -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"] diff --git a/platform-projects/elk-log-analysis/README.md b/platform-projects/elk-log-analysis/README.md index eb0fbb9..d3f0cc9 100644 --- a/platform-projects/elk-log-analysis/README.md +++ b/platform-projects/elk-log-analysis/README.md @@ -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"] diff --git a/platform-projects/monitoring-zabbix/README.md b/platform-projects/monitoring-zabbix/README.md index 2b39263..ca7289b 100644 --- a/platform-projects/monitoring-zabbix/README.md +++ b/platform-projects/monitoring-zabbix/README.md @@ -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"] diff --git a/platform-projects/storage/README.md b/platform-projects/storage/README.md index 8bfadc4..92278d4 100644 --- a/platform-projects/storage/README.md +++ b/platform-projects/storage/README.md @@ -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"] diff --git a/platform-projects/virtualization/README.md b/platform-projects/virtualization/README.md index 56fc23f..4ac4d66 100644 --- a/platform-projects/virtualization/README.md +++ b/platform-projects/virtualization/README.md @@ -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"]