Skip to content

Commit c70a647

Browse files
committed
update frontmatter
Signed-off-by: Aabid Sofi <mailtoaabid01@gmail.com>
1 parent 8058faa commit c70a647

File tree

1 file changed

+52
-6
lines changed
  • content/en/cloud/academy/creating-content/creating-your-learning-path

1 file changed

+52
-6
lines changed

content/en/cloud/academy/creating-content/creating-your-learning-path/index.md

Lines changed: 52 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -190,11 +190,57 @@ id: "<your-content-uuid>"
190190
tags: [kubernetes, infrastructure]
191191
categories: "cloud"
192192
level: "beginner"
193-
badge:
194-
png: "https://images.credly.com/images/f28f1d88-428a-47f6-95b5-7da1dd6c1000/twitter_thumb_201604_KCNA_badge.png"
195-
svg: "https://images.credly.com/images/f28f1d88-428a-47f6-95b5-7da1dd6c1000/twitter_thumb_201604_KCNA_badge.png"
196-
title: "Layer5 Certified"
197-
description: "Earn the Certification badge to showcase your expertise in Layer5 cloud services."
193+
194+
# Table of content covered in the test
195+
# Each domain can have a weightage (percentage) and subdomains (items)
196+
# Weightage should sum up to 100 across all domains ( not strictly enforced, but recommended )
197+
competencies:
198+
- title: "Domain 1"
199+
percentage: 10 # Weightage of this domain in the test
200+
items:
201+
- "Subdomain 1"
202+
- "Subdomain 2"
203+
204+
- title: "Domain 2"
205+
percentage: 30
206+
items:
207+
- "Subdomain 1"
208+
- "Subdomain 2"
209+
210+
- title: "Domain 3"
211+
percentage: 60
212+
items:
213+
- "Subdomain 1"
214+
- "Subdomain 2"
215+
216+
217+
218+
# List of resource that are recommended to complete before taking the test
219+
# Not strictly enforced, but recommended
220+
prerequisite_knowledge:
221+
- title: "Learning Path: Cloud Computing Basics"
222+
link: "https://academy-domain.com/learning-paths/cloud-computing-basics"
223+
- title: "Basic Certification: Networking Basics"
224+
link: "https://academy-domain.com/certifications/networking-basics"
225+
- title: "Basic knowledge of Linux command line"
226+
link: "https://linuxcommand.org/"
227+
228+
# List of additional resources for further reading
229+
related_resources:
230+
- title: "Documentation"
231+
link: "https://docs.example.com/"
232+
- title: "Instructions"
233+
link: "https://instructions.example.com/"
234+
- title: "YouTube Channel"
235+
link: "https://www.youtube.com/c/example"
236+
237+
# Additional attributes about the test
238+
additional_attributes:
239+
- title: "Retake Policy"
240+
description: "One Retake allowed after 30 days"
241+
- title: "Labs"
242+
description: "Hands-on labs included"
243+
198244
---
199245
```
200246

@@ -495,4 +541,4 @@ This will show all attempts to upload content, including which ones failed and w
495541
{{< alert type="info" title="Tip" >}}
496542
Use the event filter `AcademyRegisteredToContent` to track user activity, like who enrolled in which content.
497543
{{< /alert >}}
498-
</details>
544+
</details>

0 commit comments

Comments
 (0)