Skip to content

Commit 020cc58

Browse files
Copilotchefgs
andauthored
Publish Chennai FOSS presentation on GitHub Pages
Agent-Logs-Url: https://github.com/cloudengine-labs/devops_os/sessions/19b97c1b-1eeb-4f15-ad50-0df0bd53cadd Co-authored-by: chefgs <7605658+chefgs@users.noreply.github.com>
1 parent a385bbf commit 020cc58

5 files changed

Lines changed: 672 additions & 0 deletions

File tree

hugo-docs/content/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,3 +91,4 @@ python -m cli.devopsos scaffold sre --name my-app --team platform
9191
| [Dev Container]({{< relref "/docs/dev-container" >}}) | Configure the dev container |
9292
| [AI Integration]({{< relref "/docs/ai-integration" >}}) | MCP server & AI skills |
9393
| [CLI Reference]({{< relref "/docs/reference" >}}) | Full CLI options and output paths |
94+
| [Chennai FOSS 2026 Presentation]({{< relref "/docs/talks/chennai-foss-2026" >}}) | GitHub Pages-friendly conference deck with embedded playback |

hugo-docs/content/docs/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,4 @@ Welcome to the DevOps-OS documentation. Use the sidebar to navigate between sect
2626
| [Dev Container]({{< relref "/docs/dev-container" >}}) | Multi-language dev environment setup |
2727
| [AI Integration]({{< relref "/docs/ai-integration" >}}) | MCP server for Claude / ChatGPT |
2828
| [CLI Reference]({{< relref "/docs/reference" >}}) | Complete command options and output paths |
29+
| [Talks & Presentations]({{< relref "/docs/talks" >}}) | GitHub Pages access to conference-ready DevOps-OS decks |
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
title: "Talks & Presentations"
3+
weight: 80
4+
bookCollapseSection: true
5+
---
6+
7+
# Talks & Presentations
8+
9+
Conference-friendly DevOps-OS presentation material published on GitHub Pages.
10+
11+
| Presentation | Description |
12+
|--------------|-------------|
13+
| [Chennai FOSS 2026]({{< relref "/docs/talks/chennai-foss-2026" >}}) | Process-first DevOps-OS talk deck with direct browser playback |
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
title: "Chennai FOSS 2026"
3+
weight: 10
4+
---
5+
6+
# Chennai FOSS 2026 Presentation
7+
8+
Open the deck directly or use the embedded view below during the session.
9+
10+
- [Open presentation in a new tab](../../../feature-announcements/chennai-foss-2026/)
11+
- [Open the Talks section]({{< relref "/docs/talks" >}})
12+
13+
<div style="margin: 1rem 0 1.5rem; padding: 1rem; border: 1px solid #d0d7de; border-radius: 12px; background: rgba(175, 184, 193, 0.08);">
14+
<strong>Presenter note:</strong> Use the direct presentation link above for full-screen delivery. The embedded view is intended for quick access from GitHub Pages.
15+
</div>
16+
17+
<iframe
18+
src="../../../feature-announcements/chennai-foss-2026/"
19+
title="Chennai FOSS 2026 Presentation"
20+
style="width: 100%; min-height: 820px; border: 1px solid #d0d7de; border-radius: 12px; background: #07111f;"
21+
loading="lazy"
22+
></iframe>

0 commit comments

Comments
 (0)