Skip to content

Add dedicated concept-evolution slide to the Chennai FOSS 2026 deck#65

Merged
chefgs merged 1 commit intomainfrom
copilot/add-diagram-for-devops-concepts
Apr 15, 2026
Merged

Add dedicated concept-evolution slide to the Chennai FOSS 2026 deck#65
chefgs merged 1 commit intomainfrom
copilot/add-diagram-for-devops-concepts

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 15, 2026

This updates the Chennai FOSS 2026 presentation to introduce the CI/CD template → Platform Engineering → IDP progression as its own slide, instead of burying the concept inside an existing section. The same change is mirrored in the Hugo static copy so both published deck paths stay aligned.

  • Slide flow

    • Inserts a new Concept evolution slide immediately after Why DevOps-OS.
    • Leaves slide counting logic untouched since totals are already derived from .slide elements.
  • Concept evolution diagram

    • Adds a pure HTML/CSS horizontal progression with three cards:
      • CI/CD template
      • Platform Engineering
      • IDP
    • Uses arrow separators to make the sequence read as an explicit maturity path rather than three independent points.
  • Content updates

    • Adds short explanatory subtitles for each stage:
      • CI/CD template → automates stack setup
      • Platform Engineering → turns repeatable setup into shared internal capability
      • IDP → exposes that capability as a self-service developer experience
    • Adds a one-line maturity label and a footer takeaway to frame the progression clearly.
  • Presentation styling

    • Introduces narrowly scoped layout classes for this slide only.
    • Reuses the deck’s existing card, gradient, border, and accent styling so the new slide matches the rest of the presentation.
    • Adds responsive behavior to collapse the 3-column layout into a stacked flow on smaller screens.
  • Synced deck copies

    • Applies the same HTML/CSS changes to:
      • feature-announcements/chennai-foss-2026/index.html
      • hugo-docs/static/feature-announcements/chennai-foss-2026/index.html
<div class="concept-track" aria-label="CI/CD template evolves into platform engineering and then IDP">
  <div class="card concept-step">
    <h3>CI/CD template</h3>
    <p>Automates stack setup with repeatable pipelines, checks, and deployment defaults.</p>
  </div>
  <div class="concept-arrow" aria-hidden="true"></div>
  <div class="card concept-step">
    <h3>Platform Engineering</h3>
    <p>Turns repeatable setup into an internal capability that standardises delivery without slowing teams down.</p>
  </div>
  <div class="concept-arrow" aria-hidden="true"></div>
  <div class="card concept-step">
    <h3>IDP</h3>
    <p>Exposes that capability through a usable interface so developers can consume it as a self-service experience.</p>
  </div>
</div>

@chefgs chefgs marked this pull request as ready for review April 15, 2026 07:43
@chefgs chefgs merged commit ec5369c into main Apr 15, 2026
9 checks passed
@chefgs chefgs deleted the copilot/add-diagram-for-devops-concepts branch April 15, 2026 07:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants