From 0c4ad684bb873e2c4d43cb2940ccffdc77a4a236 Mon Sep 17 00:00:00 2001 From: gemini Date: Fri, 6 Mar 2026 21:28:25 +0000 Subject: [PATCH] fix: change mermaidjs to mermaid for better Gitea compatibility in bootstrap docs --- 07_bootstrap_argocd/00_installation_instructions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/07_bootstrap_argocd/00_installation_instructions.md b/07_bootstrap_argocd/00_installation_instructions.md index 9b17b90..0529265 100644 --- a/07_bootstrap_argocd/00_installation_instructions.md +++ b/07_bootstrap_argocd/00_installation_instructions.md @@ -6,7 +6,7 @@ Diese Sektion beschreibt den Übergang von der manuellen Installation zur vollau Wir nutzen das **Bootstrap-Prinzip**, um ArgoCD anzuweisen, sich selbst und alle anderen Applikationen zu verwalten. Sobald die Bootstrap-Ressourcen angewendet werden, scannt ArgoCD das Repository und rollt die definierten Stacks automatisch aus. ### 📊 Architektur-Übersicht -```mermaidjs +```mermaid graph TD Root[ArgoCD Bootstrap] --> |Deploy| AS1[ApplicationSet: Cluster Infra] Root --> |Deploy| AS2[ApplicationSet: Homelab Apps]