diff --git a/content/certifications/your-org-uuid/certification-1/_index.md b/content/certifications/your-org-uuid/certification-1/_index.md index 52e2934..356f378 100644 --- a/content/certifications/your-org-uuid/certification-1/_index.md +++ b/content/certifications/your-org-uuid/certification-1/_index.md @@ -5,7 +5,8 @@ title: "Certification-1" description: "This is the first certification in the series. It will help you get started with KEDA and understand its basic concepts." banner: "image.png" weight: 1 +draft: true tags: [cloud, infrastructure] level: "beginner" categories: "platform" ---- \ No newline at end of file +--- diff --git a/content/challenges/your-org-uuid/challenge-1/_index.md b/content/challenges/your-org-uuid/challenge-1/_index.md index d21e20e..1c0e38c 100644 --- a/content/challenges/your-org-uuid/challenge-1/_index.md +++ b/content/challenges/your-org-uuid/challenge-1/_index.md @@ -4,4 +4,5 @@ description: "This is the first challenge in the series. It will help you get st banner: "image.png" id: "challenge-id" weight: 1 ---- \ No newline at end of file +draft: true +--- diff --git a/content/learning-paths/your-org-uuid/example-learning-path/_index.md b/content/learning-paths/your-org-uuid/example-learning-path/_index.md index 6b507dc..b06324a 100644 --- a/content/learning-paths/your-org-uuid/example-learning-path/_index.md +++ b/content/learning-paths/your-org-uuid/example-learning-path/_index.md @@ -7,4 +7,5 @@ id: "learning-path-id" banner: "image-1.png" weight: 1 level: "beginner" +draft: true ---