diff --git a/hugo-docs/content/_index.md b/hugo-docs/content/_index.md index 8facd0b..67ebe21 100644 --- a/hugo-docs/content/_index.md +++ b/hugo-docs/content/_index.md @@ -80,6 +80,7 @@ python -m cli.devopsos scaffold sre --name my-app --team platform | Guide | Description | |-------|-------------| | [Getting Started]({{< relref "/docs/getting-started" >}}) | Zero to first pipeline in 5 minutes | +| [Platform Engineering IDP]({{< relref "/docs/platform-engineering" >}}) | Conceptual self-service IDP flow from templates to generated automation | | [Process-First Philosophy]({{< relref "/docs/getting-started/process-first" >}}) | What Process-First means, how it maps to DevOps-OS, and AI learning tips | | [Quick Start Reference]({{< relref "/docs/getting-started/quickstart" >}}) | All CLI commands at a glance | | [GitHub Actions]({{< relref "/docs/ci-cd/github-actions" >}}) | Generate GHA workflows | diff --git a/hugo-docs/content/docs/_index.md b/hugo-docs/content/docs/_index.md index d388284..39b24c2 100644 --- a/hugo-docs/content/docs/_index.md +++ b/hugo-docs/content/docs/_index.md @@ -18,6 +18,7 @@ Welcome to the DevOps-OS documentation. Use the sidebar to navigate between sect | Section | What you'll find | |---------|-----------------| | [Getting Started]({{< relref "/docs/getting-started" >}}) | Prerequisites, installation, first pipeline | +| [Platform Engineering IDP]({{< relref "/docs/platform-engineering" >}}) | Conceptual self-service flow from templates to generated automation | | [Quick Start]({{< relref "/docs/getting-started/quickstart" >}}) | All CLI commands with output paths | | [CI/CD Generators]({{< relref "/docs/ci-cd" >}}) | GitHub Actions, GitLab CI, Jenkins | | [GitOps & ArgoCD]({{< relref "/docs/gitops" >}}) | ArgoCD and Flux CD configs | diff --git a/hugo-docs/content/docs/platform-engineering/_index.md b/hugo-docs/content/docs/platform-engineering/_index.md new file mode 100644 index 0000000..75b81fb --- /dev/null +++ b/hugo-docs/content/docs/platform-engineering/_index.md @@ -0,0 +1,101 @@ +--- +title: "Platform Engineering IDP" +description: "Conceptual platform engineering IDP flow from templates through the UI to generated automation." +weight: 15 +--- + +# Platform Engineering IDP Concept + +DevOps-OS can be used as a lightweight **internal developer platform (IDP)** experience: platform teams publish golden-path templates, and developers consume them through a guided self-service flow. + +--- + +## Conceptual flow + +