Skip to content

Commit fe279ff

Browse files
committed
make content draft by default
Signed-off-by: Aabid Sofi <mailtoaabid01@gmail.com>
1 parent b5e2d16 commit fe279ff

File tree

3 files changed

+5
-2
lines changed
  • content
    • certifications/your-org-uuid/certification-1
    • challenges/your-org-uuid/challenge-1
    • learning-paths/your-org-uuid/example-learning-path

3 files changed

+5
-2
lines changed

content/certifications/your-org-uuid/certification-1/_index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ title: "Certification-1"
55
description: "This is the first certification in the series. It will help you get started with KEDA and understand its basic concepts."
66
banner: "image.png"
77
weight: 1
8+
draft: true
89
tags: [cloud, infrastructure]
910
level: "beginner"
1011
categories: "platform"
11-
---
12+
---

content/challenges/your-org-uuid/challenge-1/_index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ description: "This is the first challenge in the series. It will help you get st
44
banner: "image.png"
55
id: "challenge-id"
66
weight: 1
7-
---
7+
draft: true
8+
---

content/learning-paths/your-org-uuid/example-learning-path/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@ id: "learning-path-id"
77
banner: "image-1.png"
88
weight: 1
99
level: "beginner"
10+
draft: true
1011
---

0 commit comments

Comments
 (0)