diff --git a/hugo-docs/content/docs/platform-engineering/_index.md b/hugo-docs/content/docs/platform-engineering/_index.md
index 75b81fb..8519e4b 100644
--- a/hugo-docs/content/docs/platform-engineering/_index.md
+++ b/hugo-docs/content/docs/platform-engineering/_index.md
@@ -13,68 +13,58 @@ DevOps-OS can be used as a lightweight **internal developer platform (IDP)** exp
## Conceptual flow
-
- Platform Engineering IDP conceptual flow
- Platform team templates flow into an IDP UI. A developer works from git code commit context, selects templates, chooses automation stages, submits, and receives generated delivery artifacts.
-
-
- Templates
- Golden-path CI/CD
- GitOps • SRE • DevEnv
-
-
- IDP UI
- Self-service catalog
- Guardrails + standards
-
-
- Git repo / commit
- Repository context
- App or service intent
-
-
- 1. Select templates
- pipeline, GitOps, SRE, devcontainer
-
-
- 2. Select automation stages
- build • test • deploy • monitor
-
-
- 3. Click submit
- approve and generate automation
-
-
- Outputs
- Generated repo changes
- Workflow / YAML / config
- Standard delivery stages
- PR or commit-ready artifacts
-
- Platform team publishes
- Developer context
- Guided self-service steps
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Templates → IDP UI → Git repo / commit → Select templates → Select automation stages → Submit → Outputs
-
+
+Platform Engineering IDP conceptual flow
+Platform team templates flow into an IDP UI. A developer works from git code commit context, selects templates, chooses automation stages, submits, and receives generated delivery artifacts.
+
+Templates
+Golden-path CI/CD
+GitOps • SRE • DevEnv
+
+IDP UI
+Self-service catalog
+Guardrails + standards
+
+Git repo / commit
+Repository context
+App or service intent
+
+1. Select templates
+pipeline, GitOps, SRE, devcontainer
+
+2. Select automation stages
+build • test • deploy • monitor
+
+3. Click submit
+approve and generate automation
+
+Outputs
+Generated repo changes
+Workflow / YAML / config
+Standard delivery stages
+PR or commit-ready artifacts
+Platform team publishes
+Developer context
+Guided self-service steps
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Templates → IDP UI → Git repo / commit → Select templates → Select automation stages → Submit → Outputs
+
---