From 9ec2181d1661258d8e00099d8c3826148ea89c74 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 17 Apr 2026 17:36:54 +0000 Subject: [PATCH] Fix SVG indentation so Hugo renders diagram elements Agent-Logs-Url: https://github.com/cloudengine-labs/devops_os/sessions/6c88771d-1cfd-4371-ac4a-22b54b57e2a6 Co-authored-by: chefgs <7605658+chefgs@users.noreply.github.com> --- .../docs/platform-engineering/_index.md | 114 ++++++++---------- 1 file changed, 52 insertions(+), 62 deletions(-) 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 +
---