Skip to content

Commit 13cb8d7

Browse files
authored
Merge pull request #94 from Nouran-11/master
update archetypes to parent-child-grandchild nested list structure
2 parents bd2afda + d6d69e0 commit 13cb8d7

File tree

3 files changed

+82
-27
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

+82
-27
lines changed

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

Lines changed: 26 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -39,27 +39,44 @@ competencies:
3939
# List of resource that are recommended to complete before taking the test
4040
# Not strictly enforced, but recommended
4141
prerequisite_knowledge:
42-
- title: "Learning Path: Cloud Computing Basics"
43-
link: "https://academy-domain.com/learning-paths/cloud-computing-basics"
44-
- title: "Basic Certification: Networking Basics"
45-
link: "https://academy-domain.com/certifications/networking-basics"
46-
- title: "Basic knowledge of Linux command line"
47-
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+
4852

4953
# List of additional resources for further reading
5054
related_resources:
5155
- title: "Documentation"
52-
link: "https://docs.example.com/"
56+
children:
57+
- title: "Docs Portal"
58+
link: "https://docs.example.com/"
59+
5360
- title: "Instructions"
54-
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+
5567
- title: "YouTube Channel"
56-
link: "https://www.youtube.com/c/example"
68+
children:
69+
- title: "Official Channel"
70+
link: "https://www.youtube.com/c/example"
5771

5872
# Additional attributes about the test
5973
additional_attributes:
6074
- title: "Retake Policy"
75+
value: "3"
6176
description: "One Retake allowed after 30 days"
6277
- title: "Labs"
78+
value: "Mandatory"
6379
description: "Hands-on labs included"
6480

81+
6582
---

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

Lines changed: 28 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ weight: 1
77
draft: true
88

99

10+
1011
# Table of content covered in the test
1112
# Each domain can have a weightage (percentage) and subdomains (items)
1213
# Weightage should sum up to 100 across all domains ( not strictly enforced, but recommended )
@@ -34,27 +35,45 @@ competencies:
3435
# List of resource that are recommended to complete before taking the test
3536
# Not strictly enforced, but recommended
3637
prerequisite_knowledge:
37-
- title: "Learning Path: Cloud Computing Basics"
38-
link: "https://academy-domain.com/learning-paths/cloud-computing-basics"
39-
- title: "Basic Certification: Networking Basics"
40-
link: "https://academy-domain.com/certifications/networking-basics"
41-
- title: "Basic knowledge of Linux command line"
42-
link: "https://linuxcommand.org/"
38+
- title: "Learning Path"
39+
children:
40+
- title: "Cloud Computing Basics"
41+
link: "https://academy-domain.com/learning-paths/cloud-computing-basics"
42+
- title: "Basic knowledge of Linux command line
43+
link: "https://linuxcommand.org/"
44+
- title: "Basic Certification: Networking Basics"
45+
link: "https://academy-domain.com/certifications/networking-basics"
46+
47+
4348

4449
# List of additional resources for further reading
4550
related_resources:
4651
- title: "Documentation"
47-
link: "https://docs.example.com/"
52+
children:
53+
- title: "Docs Portal"
54+
link: "https://docs.example.com/"
55+
4856
- title: "Instructions"
49-
link: "https://instructions.example.com/"
57+
children:
58+
- title: "How-to Guides"
59+
link: "https://instructions.example.com"
60+
- title: "More How-tos"
61+
link: "https://instructions.example.com"
62+
5063
- title: "YouTube Channel"
51-
link: "https://www.youtube.com/c/example"
64+
children:
65+
- title: "Official Channel"
66+
link: "https://www.youtube.com/c/example"
5267

5368
# Additional attributes about the test
5469
additional_attributes:
5570
- title: "Retake Policy"
71+
value: "3"
5672
description: "One Retake allowed after 30 days"
5773
- title: "Labs"
74+
value: "Mandatory"
5875
description: "Hands-on labs included"
5976

77+
6078
---
79+

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

Lines changed: 28 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -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
4041
prerequisite_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
4954
related_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
5873
additional_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

Comments
 (0)