Skip to content

Commit 8f25df4

Browse files
authored
Merge pull request #68 from vr-varad/update/cert_challenges
Fix: Update With Challenges and Certifications
2 parents c069af3 + 4e29e2d commit 8f25df4

File tree

10 files changed

+96
-0
lines changed

10 files changed

+96
-0
lines changed

content/certifications/_index.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
title: Certifications
3+
description:
4+
linkTitle: Certifications
5+
6+
# tells hugo that this section is of type learning-path ( to use appropiate templates )
7+
type: certification
8+
cascade: # tells hugo to set this as default type for all children content in this section
9+
type: certification
10+
---
11+
12+
<!-- This page is only used in local dev setup , this wont be used or rendered in production -->
13+
14+
{{% pageinfo %}}
15+
16+
### Certifications
17+
18+
{{% /pageinfo %}}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
type: "certification"
3+
id: "certification-id"
4+
title: "Certification-1"
5+
description: "This is the first certification in the series. It will help you get started with KEDA and understand its basic concepts."
6+
banner: "image.png"
7+
weight: 1
8+
tags: [cloud, infrastructure]
9+
level: "beginner"
10+
categories: "platform"
11+
---
11.7 KB
Loading
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
title: "Exam 1"
3+
weight: 1
4+
passing_percentage: 70
5+
questions:
6+
- id: "q1"
7+
text: "Terms and Conditions and any Order shall be governed by the laws of: "
8+
type: "single-answer"
9+
marks: 2
10+
options:
11+
- id: "a"
12+
text: "Austria"
13+
- id: "b"
14+
text: "Germany"
15+
- id: "c"
16+
text: "Switzerland"
17+
is_correct: true
18+
layout: "test"
19+
type: "test"
20+
---

content/challenges/_index.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
title: Challenges
3+
description: "Explore the challenges in Layer5 Academy. Each challenge is designed to help you learn and practice your skills in a hands-on way."
4+
linkTitle: Challenges
5+
# tells hugo that this section is of type learning-path ( to use appropiate templates )
6+
type: challenge
7+
cascade: # tells hugo to set this as default type for all children content in this section
8+
type: challenge
9+
---
10+
11+
{{% pageinfo %}}
12+
13+
### Challenges
14+
15+
{{% /pageinfo %}}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
title: "Challenge-1"
3+
description: "This is the first challenge in the series. It will help you get started with KEDA and understand its basic concepts."
4+
banner: "image.png"
5+
id: "challenge-id"
6+
weight: 1
7+
---
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
id: "challenge-id"
3+
title: "Challenge"
4+
description: "This is the first challenge in the series."
5+
weight: 2
6+
---
7+
8+
### Challenge
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
id: "description-id"
3+
title: "description"
4+
description: "This is the first challenge in the series."
5+
weight: 1
6+
---
7+
8+
### Description
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
id: "faq-id"
3+
title: "FAQ"
4+
description: "This is the first challenge in the series."
5+
weight: 3
6+
---
7+
8+
9+
### Frequently Asked Questions
11.7 KB
Loading

0 commit comments

Comments
 (0)