Skip to content

Commit cd04442

Browse files
Fix the certificate properties and internal links of badge
1 parent 8c0fb25 commit cd04442

File tree

1 file changed

+18
-13
lines changed
  • content/certifications/your-org-uuid/certification-1

1 file changed

+18
-13
lines changed

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

Lines changed: 18 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,29 @@ tags: [cloud, infrastructure]
1010
level: "beginner"
1111
categories: "platform"
1212

13+
# Added badge frontmatter
14+
badge:
15+
svg: "image.png"
16+
png: "image.png"
17+
title: "Certification-1 Badge"
18+
description: "Earn this badge by completing Certification-1."
1319

20+
# Added certificate frontmatter
21+
certificate:
22+
title: "Certification-1"
23+
description: "Awarded upon successful completion of Certification-1, validating foundational understanding of KEDA and related infrastructure concepts."
24+
issuing_authorities:
25+
- name: "Layer5 Academy"
26+
role: "Maintainers"
27+
signature_url: "https://github.com/leecalcote/talks/blob/master/img/five-avatar-circle.png"
1428

1529
# Table of content covered in the test
16-
# Each domain can have a weightage (percentage) and subdomains (items)
17-
# Weightage should sum up to 100 across all domains ( not strictly enforced, but recommended )
1830
competencies:
1931
- title: "Domain 1"
20-
percentage: 10 # Weightage of this domain in the test
32+
percentage: 10
2133
items:
22-
- "Subdomain 1"
23-
- "Subdomain 2"
34+
- "Subdomain 1"
35+
- "Subdomain 2"
2436

2537
- title: "Domain 2"
2638
percentage: 30
@@ -34,21 +46,16 @@ competencies:
3446
- "Subdomain 1"
3547
- "Subdomain 2"
3648

37-
38-
3949
# List of resource that are recommended to complete before taking the test
40-
# Not strictly enforced, but recommended
4150
prerequisite_knowledge:
4251
- title: "Learning Path"
4352
children:
4453
- title: "Cloud Computing Basics"
4554
link: "https://academy-domain.com/learning-paths/cloud-computing-basics"
46-
- title: "Basic knowledge of Linux command line
55+
- title: "Basic knowledge of Linux command line"
4756
link: "https://linuxcommand.org/"
4857
- title: "Basic Certification: Networking Basics"
4958
link: "https://academy-domain.com/certifications/networking-basics"
50-
51-
5259

5360
# List of additional resources for further reading
5461
related_resources:
@@ -77,6 +84,4 @@ additional_attributes:
7784
- title: "Labs"
7885
value: "Mandatory"
7986
description: "Hands-on labs included"
80-
81-
8287
---

0 commit comments

Comments
 (0)