From 52e1c09bfd7d50c83dbc2eddffbd353037dfb5d7 Mon Sep 17 00:00:00 2001 From: Stefan Mogeritsch Date: Thu, 5 Mar 2026 11:34:40 +0100 Subject: [PATCH] docs: update README with Zora architecture and roadmap links, add .keep file Updated `README.md` with new links for the Zora system architecture and master roadmap. Renamed and moved Proxmox release document under the infrastructure references. Added a `.keep` file to ensure directory structure persistence. --- docs/07_Infrastructure/Reference/.keep | 0 ...-Proxmox-Virtual-Environment-9-1-20251119-de.pdf | Bin docs/README.md | 10 +++++----- 3 files changed, 5 insertions(+), 5 deletions(-) create mode 100644 docs/07_Infrastructure/Reference/.keep rename docs/{ => 07_Infrastructure/Reference}/Release-Proxmox-Virtual-Environment-9-1-20251119-de.pdf (100%) diff --git a/docs/07_Infrastructure/Reference/.keep b/docs/07_Infrastructure/Reference/.keep new file mode 100644 index 00000000..e69de29b diff --git a/docs/Release-Proxmox-Virtual-Environment-9-1-20251119-de.pdf b/docs/07_Infrastructure/Reference/Release-Proxmox-Virtual-Environment-9-1-20251119-de.pdf similarity index 100% rename from docs/Release-Proxmox-Virtual-Environment-9-1-20251119-de.pdf rename to docs/07_Infrastructure/Reference/Release-Proxmox-Virtual-Environment-9-1-20251119-de.pdf diff --git a/docs/README.md b/docs/README.md index 078ec0db..d0fab905 100644 --- a/docs/README.md +++ b/docs/README.md @@ -6,15 +6,15 @@ Willkommen im "Gehirn" des Projekts. Dieses Verzeichnis ist die **Single Source ### 🏗️ Core * **[`01_Architecture`](01_Architecture)**: Der Masterplan. ADRs, Roadmaps und C4-Modelle. - * *Start hier:* `MASTER_ROADMAP_2026_Q1.md` + * *Start hier:* [`MASTER_ROADMAP.md`](01_Architecture/MASTER_ROADMAP.md) * **[`02_Guides`](02_Guides)**: Guides für neue Entwickler (Setup, Guidelines). * **[`03_Domain`](03_Domain)**: Fachlichkeit (Turnierregeln, Entities). ### 🛠️ Tech Stack * **[`05_Backend`](05_Backend)**: Spring Boot Services, API-Specs, DB-Schema. - * *Referenz:* `05_Backend/Services/PingService_Reference.md` * **[`06_Frontend`](06_Frontend)**: Kotlin Multiplatform, Compose UI, State Management. -* **[`07_Infrastructure`](07_Infrastructure)**: Docker, Keycloak, CI/CD. +* **[`07_Infrastructure`](07_Infrastructure)**: Docker, Keycloak, CI/CD, Zora-Architektur. + * *Referenz:* [`Zora_System_Architektur.md`](07_Infrastructure/Zora_System_Architektur.md) ### 🤖 Process * **[`04_Agents`](04_Agents)**: Playbooks für unsere KI-Mitarbeiter. @@ -39,6 +39,6 @@ Willkommen im "Gehirn" des Projekts. Dieses Verzeichnis ist die **Single Source --- ## 🚀 Quick Links -* [Master Roadmap](01_Architecture/MASTER_ROADMAP_2026_Q1.md) -* [Ping Service Reference](05_Backend/Services/PingService_Reference.md) +* [Master Roadmap](01_Architecture/MASTER_ROADMAP.md) * [Agent Playbooks](04_Agents) +* [Zora Infrastruktur](07_Infrastructure/Zora_System_Architektur.md)