File tree Expand file tree Collapse file tree 10 files changed +96
-0
lines changed
your-org-uuid/certification-1
your-org-uuid/challenge-1 Expand file tree Collapse file tree 10 files changed +96
-0
lines changed Original file line number Diff line number Diff line change 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 %}}
Original file line number Diff line number Diff line change 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+ ---
Original file line number Diff line number Diff line change 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+ ---
Original file line number Diff line number Diff line change 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 %}}
Original file line number Diff line number Diff line change 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+ ---
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments