fix(docs): update links in orchestration documentation for correct navigation
All checks were successful
ci / build (push) Successful in 56s

This commit is contained in:
Stephan Lo 2025-12-23 13:06:29 +01:00
parent cebe8d9158
commit 203e45d8b3

View file

@ -34,7 +34,7 @@ Orchestration systems perform the following tasks:
In modern Platform Engineering, we distinguish three fundamental layers of orchestration: In modern Platform Engineering, we distinguish three fundamental layers of orchestration:
### [Infrastructure Orchestration](infrastructure/) ### [Infrastructure Orchestration](../infrastructure/)
Infrastructure Orchestration deals with the lowest level - the physical and virtual infrastructure layer. This includes: Infrastructure Orchestration deals with the lowest level - the physical and virtual infrastructure layer. This includes:
@ -47,9 +47,9 @@ Infrastructure Orchestration deals with the lowest level - the physical and virt
**Note**: Detailed documentation for Infrastructure Orchestration is maintained separately. **Note**: Detailed documentation for Infrastructure Orchestration is maintained separately.
More details: [Infrastructure Orchestration →](infrastructure/) More details: [Infrastructure Orchestration →](../infrastructure/)
### [Platform Orchestration](platform/) ### [Platform Orchestration](../otc/)
Platform Orchestration focuses on deploying and managing the platform itself - the services and tools that development teams use. This includes: Platform Orchestration focuses on deploying and managing the platform itself - the services and tools that development teams use. This includes:
@ -62,7 +62,7 @@ Platform Orchestration focuses on deploying and managing the platform itself - t
**In IPCEI-CIS**: Platform orchestration is realized using the CNOE stack concept with ArgoCD and Forgejo. **In IPCEI-CIS**: Platform orchestration is realized using the CNOE stack concept with ArgoCD and Forgejo.
More details: [Platform Orchestration →](platform/) More details: [Platform Orchestration →](../otc/)
### [Application Orchestration](application/) ### [Application Orchestration](application/)