diff --git a/content/certifications/your-org-uuid/certification-1/_index.md b/content/certifications/your-org-uuid/certification-1/_index.md index 356f378..18fbbb5 100644 --- a/content/certifications/your-org-uuid/certification-1/_index.md +++ b/content/certifications/your-org-uuid/certification-1/_index.md @@ -9,4 +9,57 @@ draft: true tags: [cloud, infrastructure] level: "beginner" categories: "platform" + + + +# Table of content covered in the test +# Each domain can have a weightage (percentage) and subdomains (items) +# Weightage should sum up to 100 across all domains ( not strictly enforced, but recommended ) +competencies: + - title: "Domain 1" + percentage: 10 # Weightage of this domain in the test + items: + - "Subdomain 1" + - "Subdomain 2" + + - title: "Domain 2" + percentage: 30 + items: + - "Subdomain 1" + - "Subdomain 2" + + - title: "Domain 3" + percentage: 60 + items: + - "Subdomain 1" + - "Subdomain 2" + + + +# List of resource that are recommended to complete before taking the test +# Not strictly enforced, but recommended +prerequisite_knowledge: + - title: "Learning Path: Cloud Computing Basics" + link: "https://academy-domain.com/learning-paths/cloud-computing-basics" + - title: "Basic Certification: Networking Basics" + link: "https://academy-domain.com/certifications/networking-basics" + - title: "Basic knowledge of Linux command line" + link: "https://linuxcommand.org/" + +# List of additional resources for further reading +related_resources: + - title: "Documentation" + link: "https://docs.example.com/" + - title: "Instructions" + link: "https://instructions.example.com/" + - title: "YouTube Channel" + link: "https://www.youtube.com/c/example" + +# Additional attributes about the test +additional_attributes: + - title: "Retake Policy" + description: "One Retake allowed after 30 days" + - title: "Labs" + description: "Hands-on labs included" + --- diff --git a/content/challenges/your-org-uuid/challenge-1/_index.md b/content/challenges/your-org-uuid/challenge-1/_index.md index 1c0e38c..1acf4df 100644 --- a/content/challenges/your-org-uuid/challenge-1/_index.md +++ b/content/challenges/your-org-uuid/challenge-1/_index.md @@ -5,4 +5,56 @@ banner: "image.png" id: "challenge-id" weight: 1 draft: true + + +# Table of content covered in the test +# Each domain can have a weightage (percentage) and subdomains (items) +# Weightage should sum up to 100 across all domains ( not strictly enforced, but recommended ) +competencies: + - title: "Domain 1" + percentage: 10 # Weightage of this domain in the test + items: + - "Subdomain 1" + - "Subdomain 2" + + - title: "Domain 2" + percentage: 30 + items: + - "Subdomain 1" + - "Subdomain 2" + + - title: "Domain 3" + percentage: 60 + items: + - "Subdomain 1" + - "Subdomain 2" + + + +# List of resource that are recommended to complete before taking the test +# Not strictly enforced, but recommended +prerequisite_knowledge: + - title: "Learning Path: Cloud Computing Basics" + link: "https://academy-domain.com/learning-paths/cloud-computing-basics" + - title: "Basic Certification: Networking Basics" + link: "https://academy-domain.com/certifications/networking-basics" + - title: "Basic knowledge of Linux command line" + link: "https://linuxcommand.org/" + +# List of additional resources for further reading +related_resources: + - title: "Documentation" + link: "https://docs.example.com/" + - title: "Instructions" + link: "https://instructions.example.com/" + - title: "YouTube Channel" + link: "https://www.youtube.com/c/example" + +# Additional attributes about the test +additional_attributes: + - title: "Retake Policy" + description: "One Retake allowed after 30 days" + - title: "Labs" + description: "Hands-on labs included" + --- diff --git a/content/learning-paths/your-org-uuid/example-learning-path/_index.md b/content/learning-paths/your-org-uuid/example-learning-path/_index.md index b06324a..5fb75a9 100644 --- a/content/learning-paths/your-org-uuid/example-learning-path/_index.md +++ b/content/learning-paths/your-org-uuid/example-learning-path/_index.md @@ -8,4 +8,57 @@ banner: "image-1.png" weight: 1 level: "beginner" draft: true + + + +# Table of content covered in the test +# Each domain can have a weightage (percentage) and subdomains (items) +# Weightage should sum up to 100 across all domains ( not strictly enforced, but recommended ) +competencies: + - title: "Domain 1" + percentage: 10 # Weightage of this domain in the test + items: + - "Subdomain 1" + - "Subdomain 2" + + - title: "Domain 2" + percentage: 30 + items: + - "Subdomain 1" + - "Subdomain 2" + + - title: "Domain 3" + percentage: 60 + items: + - "Subdomain 1" + - "Subdomain 2" + + + +# List of resource that are recommended to complete before taking the test +# Not strictly enforced, but recommended +prerequisite_knowledge: + - title: "Learning Path: Cloud Computing Basics" + link: "https://academy-domain.com/learning-paths/cloud-computing-basics" + - title: "Basic Certification: Networking Basics" + link: "https://academy-domain.com/certifications/networking-basics" + - title: "Basic knowledge of Linux command line" + link: "https://linuxcommand.org/" + +# List of additional resources for further reading +related_resources: + - title: "Documentation" + link: "https://docs.example.com/" + - title: "Instructions" + link: "https://instructions.example.com/" + - title: "YouTube Channel" + link: "https://www.youtube.com/c/example" + +# Additional attributes about the test +additional_attributes: + - title: "Retake Policy" + description: "One Retake allowed after 30 days" + - title: "Labs" + description: "Hands-on labs included" + ---