Skip to content

Commit 9da2c3d

Browse files
committed
fix: update README structure and add index file for proper rendering
1 parent 740c5ec commit 9da2c3d

2 files changed

Lines changed: 7 additions & 5 deletions

File tree

README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
---
2-
title: "Agentic DevSecOps Workshop"
3-
description: "Learn to use AI-powered DevSecOps agents — from zero to hero"
4-
---
5-
61
# Agentic DevSecOps Workshop
72

83
> Learn to use AI-powered DevSecOps agents — from zero to hero

index.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
layout: default
3+
title: "Agentic DevSecOps Workshop"
4+
---
5+
6+
{% capture readme %}{% include_relative README.md %}{% endcapture %}
7+
{{ readme | markdownify }}

0 commit comments

Comments
 (0)