Skip to content

Commit 1e134ff

Browse files
committed
Merge remote-tracking branch 'origin/master'
# Conflicts: # content/certifications/your-org-uuid/certification-1/_index.md
2 parents 9e3640f + bd2afda commit 1e134ff

File tree

6 files changed

+120
-33
lines changed

6 files changed

+120
-33
lines changed

content/_index.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,10 @@ title: Academy
2222

2323
#### What Your Academy Will Look Like
2424

25-
> When published, your Academy will feature two main sections ([This Page looks like](https://cloud.layer5.io/academy/)
25+
> When published, your Academy will look like ([This Page](https://cloud.layer5.io/academy/) and will feature **Learning Paths, Challenges, and Certifications**.
2626
)
2727

28-
> - **[Learning Paths](/academy/learning-paths/)** - Structured courses combining theoretical knowledge with hands-on labs
29-
>
30-
> - **[Challenges](/academy/challenges/)** - Time-based, practical labs to test and validate skills
31-
28+
> It provides structured, Markdown-authored curricula with hands-on practice and assessments. Content is organized hierarchically and supports rich media.
3229
3330
#### Build Process
3431

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

Lines changed: 10 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ level: "beginner"
1111
categories: "platform"
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,45 +39,27 @@ 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"
42-
children:
43-
- title: "Cloud Computing Basics"
44-
link: "https://academy-domain.com/learning-paths/cloud-computing-basics"
45-
- title: "Basic knowledge of Linux command line
46-
link: "https://linuxcommand.org/"
47-
- title: "Basic Certification: Networking Basics"
48-
link: "https://academy-domain.com/certifications/networking-basics"
49-
50-
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/"
5148

5249
# List of additional resources for further reading
5350
related_resources:
5451
- title: "Documentation"
55-
children:
56-
- title: "Docs Portal"
57-
link: "https://docs.example.com/"
58-
52+
link: "https://docs.example.com/"
5953
- title: "Instructions"
60-
children:
61-
- title: "How-to Guides"
62-
link: "https://instructions.example.com"
63-
- title: "More How-tos"
64-
link: "https://instructions.example.com"
65-
54+
link: "https://instructions.example.com/"
6655
- title: "YouTube Channel"
67-
children:
68-
- title: "Official Channel"
69-
link: "https://www.youtube.com/c/example"
56+
link: "https://www.youtube.com/c/example"
7057

7158
# Additional attributes about the test
7259
additional_attributes:
7360
- title: "Retake Policy"
74-
value: "3"
7561
description: "One Retake allowed after 30 days"
7662
- title: "Labs"
77-
value: "Mandatory"
7863
description: "Hands-on labs included"
7964

80-
8165
---
82-

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

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,56 @@ banner: "image.png"
55
id: "challenge-id"
66
weight: 1
77
draft: true
8+
9+
10+
# Table of content covered in the test
11+
# Each domain can have a weightage (percentage) and subdomains (items)
12+
# Weightage should sum up to 100 across all domains ( not strictly enforced, but recommended )
13+
competencies:
14+
- title: "Domain 1"
15+
percentage: 10 # Weightage of this domain in the test
16+
items:
17+
- "Subdomain 1"
18+
- "Subdomain 2"
19+
20+
- title: "Domain 2"
21+
percentage: 30
22+
items:
23+
- "Subdomain 1"
24+
- "Subdomain 2"
25+
26+
- title: "Domain 3"
27+
percentage: 60
28+
items:
29+
- "Subdomain 1"
30+
- "Subdomain 2"
31+
32+
33+
34+
# List of resource that are recommended to complete before taking the test
35+
# Not strictly enforced, but recommended
36+
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/"
43+
44+
# List of additional resources for further reading
45+
related_resources:
46+
- title: "Documentation"
47+
link: "https://docs.example.com/"
48+
- title: "Instructions"
49+
link: "https://instructions.example.com/"
50+
- title: "YouTube Channel"
51+
link: "https://www.youtube.com/c/example"
52+
53+
# Additional attributes about the test
54+
additional_attributes:
55+
- title: "Retake Policy"
56+
description: "One Retake allowed after 30 days"
57+
- title: "Labs"
58+
description: "Hands-on labs included"
59+
860
---

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

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,57 @@ banner: "image-1.png"
88
weight: 1
99
level: "beginner"
1010
draft: true
11+
12+
13+
14+
# Table of content covered in the test
15+
# Each domain can have a weightage (percentage) and subdomains (items)
16+
# Weightage should sum up to 100 across all domains ( not strictly enforced, but recommended )
17+
competencies:
18+
- title: "Domain 1"
19+
percentage: 10 # Weightage of this domain in the test
20+
items:
21+
- "Subdomain 1"
22+
- "Subdomain 2"
23+
24+
- title: "Domain 2"
25+
percentage: 30
26+
items:
27+
- "Subdomain 1"
28+
- "Subdomain 2"
29+
30+
- title: "Domain 3"
31+
percentage: 60
32+
items:
33+
- "Subdomain 1"
34+
- "Subdomain 2"
35+
36+
37+
38+
# List of resource that are recommended to complete before taking the test
39+
# Not strictly enforced, but recommended
40+
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/"
47+
48+
# List of additional resources for further reading
49+
related_resources:
50+
- title: "Documentation"
51+
link: "https://docs.example.com/"
52+
- title: "Instructions"
53+
link: "https://instructions.example.com/"
54+
- title: "YouTube Channel"
55+
link: "https://www.youtube.com/c/example"
56+
57+
# Additional attributes about the test
58+
additional_attributes:
59+
- title: "Retake Policy"
60+
description: "One Retake allowed after 30 days"
61+
- title: "Labs"
62+
description: "Hands-on labs included"
63+
1164
---

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ replace github.com/FortAwesome/Font-Awesome v4.7.0+incompatible => github.com/Fo
99

1010
require (
1111
github.com/FortAwesome/Font-Awesome v4.7.0+incompatible // indirect
12-
github.com/layer5io/academy-theme v0.3.5 // indirect
12+
github.com/layer5io/academy-theme v0.3.9 // indirect
1313
github.com/twbs/bootstrap v5.3.7+incompatible // indirect
1414
)

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,7 @@ github.com/layer5io/academy-theme v0.3.4 h1:fZF2BM5W3/vjLrTrLFL4SQ1s6E7h1on0UVop
2020
github.com/layer5io/academy-theme v0.3.4/go.mod h1:Dv72UWsREOvX4Zg4mJjrpoyDxdgxxpiDotxqYBXMjXo=
2121
github.com/layer5io/academy-theme v0.3.5 h1:6LV6puez+NrzEWgbxuvgc2IUfyz1LcQsclt5wwkjFXc=
2222
github.com/layer5io/academy-theme v0.3.5/go.mod h1:Dv72UWsREOvX4Zg4mJjrpoyDxdgxxpiDotxqYBXMjXo=
23+
github.com/layer5io/academy-theme v0.3.9 h1:4CU6dmrV7CHDis5riGfvX/CyvulteivB9TQYiMg/EE0=
24+
github.com/layer5io/academy-theme v0.3.9/go.mod h1:Dv72UWsREOvX4Zg4mJjrpoyDxdgxxpiDotxqYBXMjXo=
2325
github.com/twbs/bootstrap v5.3.7+incompatible h1:ea1W8TOWZFkqSK2M0McpgzLiUQVru3bz8aHb0j/XtuM=
2426
github.com/twbs/bootstrap v5.3.7+incompatible/go.mod h1:fZTSrkpSf0/HkL0IIJzvVspTt1r9zuf7XlZau8kpcY0=

0 commit comments

Comments
 (0)