diff --git a/feature-announcements/chennai-foss-2026/index.html b/feature-announcements/chennai-foss-2026/index.html
index b23af43..16ec7ad 100644
--- a/feature-announcements/chennai-foss-2026/index.html
+++ b/feature-announcements/chennai-foss-2026/index.html
@@ -281,6 +281,63 @@
font-weight: 700;
}
+ .concept-evolution {
+ display: grid;
+ gap: 20px;
+ }
+
+ .concept-evolution-label {
+ max-width: 880px;
+ color: var(--muted);
+ font-size: 1.02rem;
+ letter-spacing: 0.01em;
+ }
+
+ .concept-track {
+ display: grid;
+ grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) auto minmax(0, 1fr);
+ gap: 16px;
+ align-items: stretch;
+ }
+
+ .concept-step {
+ display: grid;
+ align-content: start;
+ gap: 14px;
+ min-height: 220px;
+ padding: 26px;
+ background:
+ linear-gradient(180deg, rgba(11, 24, 43, 0.92), rgba(16, 34, 58, 0.92)),
+ radial-gradient(circle at top right, rgba(99, 179, 255, 0.16), transparent 55%);
+ border-color: rgba(99, 179, 255, 0.16);
+ }
+
+ .concept-step h3 {
+ font-size: 1.28rem;
+ margin-bottom: 0;
+ }
+
+ .concept-step p {
+ font-size: 1rem;
+ }
+
+ .concept-kicker {
+ width: fit-content;
+ color: var(--cyan);
+ border-color: rgba(106, 240, 210, 0.2);
+ background: rgba(106, 240, 210, 0.08);
+ }
+
+ .concept-arrow {
+ display: grid;
+ place-items: center;
+ padding: 0 4px;
+ color: var(--cyan);
+ font-size: 2rem;
+ font-weight: 800;
+ text-shadow: 0 0 22px rgba(106, 240, 210, 0.35);
+ }
+
.footer-note {
display: flex;
justify-content: space-between;
@@ -349,6 +406,16 @@
.flow {
grid-template-columns: 1fr;
}
+
+ .concept-track {
+ grid-template-columns: 1fr;
+ }
+
+ .concept-arrow {
+ min-height: 24px;
+ font-size: 1.7rem;
+ transform: rotate(90deg);
+ }
}
@media (max-width: 760px) {
@@ -457,6 +524,39 @@
What DevOps-OS encourages
+
+ Concept evolution
+
+
How DevOps automation evolves
+
+
Automation maturity: what starts as CI/CD scaffolding grows into a shared platform capability and then becomes a self-service developer experience.
+
+
+
Automation maturity
+
CI/CD template
+
Automates stack setup with repeatable pipelines, checks, and deployment defaults.
+
+
→
+
+
Shared capability
+
Platform Engineering
+
Turns repeatable setup into an internal capability that standardises delivery without slowing teams down.
+
+
→
+
+
Self-service layer
+
IDP
+
Exposes that capability through a usable interface so developers can consume it as a self-service experience.
+
+
+
+
+
+
+
Map process with tools
diff --git a/hugo-docs/static/feature-announcements/chennai-foss-2026/index.html b/hugo-docs/static/feature-announcements/chennai-foss-2026/index.html
index b23af43..16ec7ad 100644
--- a/hugo-docs/static/feature-announcements/chennai-foss-2026/index.html
+++ b/hugo-docs/static/feature-announcements/chennai-foss-2026/index.html
@@ -281,6 +281,63 @@
font-weight: 700;
}
+ .concept-evolution {
+ display: grid;
+ gap: 20px;
+ }
+
+ .concept-evolution-label {
+ max-width: 880px;
+ color: var(--muted);
+ font-size: 1.02rem;
+ letter-spacing: 0.01em;
+ }
+
+ .concept-track {
+ display: grid;
+ grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) auto minmax(0, 1fr);
+ gap: 16px;
+ align-items: stretch;
+ }
+
+ .concept-step {
+ display: grid;
+ align-content: start;
+ gap: 14px;
+ min-height: 220px;
+ padding: 26px;
+ background:
+ linear-gradient(180deg, rgba(11, 24, 43, 0.92), rgba(16, 34, 58, 0.92)),
+ radial-gradient(circle at top right, rgba(99, 179, 255, 0.16), transparent 55%);
+ border-color: rgba(99, 179, 255, 0.16);
+ }
+
+ .concept-step h3 {
+ font-size: 1.28rem;
+ margin-bottom: 0;
+ }
+
+ .concept-step p {
+ font-size: 1rem;
+ }
+
+ .concept-kicker {
+ width: fit-content;
+ color: var(--cyan);
+ border-color: rgba(106, 240, 210, 0.2);
+ background: rgba(106, 240, 210, 0.08);
+ }
+
+ .concept-arrow {
+ display: grid;
+ place-items: center;
+ padding: 0 4px;
+ color: var(--cyan);
+ font-size: 2rem;
+ font-weight: 800;
+ text-shadow: 0 0 22px rgba(106, 240, 210, 0.35);
+ }
+
.footer-note {
display: flex;
justify-content: space-between;
@@ -349,6 +406,16 @@
.flow {
grid-template-columns: 1fr;
}
+
+ .concept-track {
+ grid-template-columns: 1fr;
+ }
+
+ .concept-arrow {
+ min-height: 24px;
+ font-size: 1.7rem;
+ transform: rotate(90deg);
+ }
}
@media (max-width: 760px) {
@@ -457,6 +524,39 @@
What DevOps-OS encourages
+
+ Concept evolution
+
+
How DevOps automation evolves
+
+
Automation maturity: what starts as CI/CD scaffolding grows into a shared platform capability and then becomes a self-service developer experience.
+
+
+
Automation maturity
+
CI/CD template
+
Automates stack setup with repeatable pipelines, checks, and deployment defaults.
+
+
→
+
+
Shared capability
+
Platform Engineering
+
Turns repeatable setup into an internal capability that standardises delivery without slowing teams down.
+
+
→
+
+
Self-service layer
+
IDP
+
Exposes that capability through a usable interface so developers can consume it as a self-service experience.
+
+
+
+
+
+
+