@@ -11,6 +11,7 @@ draft: true
1111
1212
1313
14+
1415# Table of content covered in the test
1516# Each domain can have a weightage (percentage) and subdomains (items)
1617# Weightage should sum up to 100 across all domains ( not strictly enforced, but recommended )
@@ -38,27 +39,45 @@ competencies:
3839# List of resource that are recommended to complete before taking the test
3940# Not strictly enforced, but recommended
4041prerequisite_knowledge :
41- - title : " Learning Path: Cloud Computing Basics"
42- link : " https://academy-domain.com/learning-paths/cloud-computing-basics"
43- - title : " Basic Certification: Networking Basics"
44- link : " https://academy-domain.com/certifications/networking-basics"
45- - title : " Basic knowledge of Linux command line"
46- link : " https://linuxcommand.org/"
42+ - title : " Learning Path"
43+ children :
44+ - title : " Cloud Computing Basics"
45+ link : " https://academy-domain.com/learning-paths/cloud-computing-basics"
46+ - title : " Basic knowledge of Linux command line
47+ link: " https://linuxcommand.org/"
48+ - title : " Basic Certification: Networking Basics"
49+ link : " https://academy-domain.com/certifications/networking-basics"
50+
51+
4752
4853# List of additional resources for further reading
4954related_resources :
5055 - title : " Documentation"
51- link : " https://docs.example.com/"
56+ children :
57+ - title : " Docs Portal"
58+ link : " https://docs.example.com/"
59+
5260 - title : " Instructions"
53- link : " https://instructions.example.com/"
61+ children :
62+ - title : " How-to Guides"
63+ link : " https://instructions.example.com"
64+ - title : " More How-tos"
65+ link : " https://instructions.example.com"
66+
5467 - title : " YouTube Channel"
55- link : " https://www.youtube.com/c/example"
68+ children :
69+ - title : " Official Channel"
70+ link : " https://www.youtube.com/c/example"
5671
5772# Additional attributes about the test
5873additional_attributes :
5974 - title : " Retake Policy"
75+ value : " 3"
6076 description : " One Retake allowed after 30 days"
6177 - title : " Labs"
78+ value : " Mandatory"
6279 description : " Hands-on labs included"
6380
81+
6482---
83+
0 commit comments