diff --git a/content/certifications/your-org-uuid/certification-1/_index.md b/content/certifications/your-org-uuid/certification-1/_index.md index 18fbbb5..4d54c73 100644 --- a/content/certifications/your-org-uuid/certification-1/_index.md +++ b/content/certifications/your-org-uuid/certification-1/_index.md @@ -39,27 +39,44 @@ competencies: # 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/" + - title: "Learning Path" + children: + - title: "Cloud Computing Basics" + link: "https://academy-domain.com/learning-paths/cloud-computing-basics" + - title: "Basic knowledge of Linux command line + link: "https://linuxcommand.org/" + - title: "Basic Certification: Networking Basics" + link: "https://academy-domain.com/certifications/networking-basics" + + # List of additional resources for further reading related_resources: - title: "Documentation" - link: "https://docs.example.com/" + children: + - title: "Docs Portal" + link: "https://docs.example.com/" + - title: "Instructions" - link: "https://instructions.example.com/" + children: + - title: "How-to Guides" + link: "https://instructions.example.com" + - title: "More How-tos" + link: "https://instructions.example.com" + - title: "YouTube Channel" - link: "https://www.youtube.com/c/example" + children: + - title: "Official Channel" + link: "https://www.youtube.com/c/example" # Additional attributes about the test additional_attributes: - title: "Retake Policy" + value: "3" description: "One Retake allowed after 30 days" - title: "Labs" + value: "Mandatory" 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 1acf4df..be92191 100644 --- a/content/challenges/your-org-uuid/challenge-1/_index.md +++ b/content/challenges/your-org-uuid/challenge-1/_index.md @@ -7,6 +7,7 @@ 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 ) @@ -34,27 +35,45 @@ competencies: # 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/" + - title: "Learning Path" + children: + - title: "Cloud Computing Basics" + link: "https://academy-domain.com/learning-paths/cloud-computing-basics" + - title: "Basic knowledge of Linux command line + link: "https://linuxcommand.org/" + - title: "Basic Certification: Networking Basics" + link: "https://academy-domain.com/certifications/networking-basics" + + # List of additional resources for further reading related_resources: - title: "Documentation" - link: "https://docs.example.com/" + children: + - title: "Docs Portal" + link: "https://docs.example.com/" + - title: "Instructions" - link: "https://instructions.example.com/" + children: + - title: "How-to Guides" + link: "https://instructions.example.com" + - title: "More How-tos" + link: "https://instructions.example.com" + - title: "YouTube Channel" - link: "https://www.youtube.com/c/example" + children: + - title: "Official Channel" + link: "https://www.youtube.com/c/example" # Additional attributes about the test additional_attributes: - title: "Retake Policy" + value: "3" description: "One Retake allowed after 30 days" - title: "Labs" + value: "Mandatory" 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 5fb75a9..e11ac60 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 @@ -11,6 +11,7 @@ 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 ) @@ -38,27 +39,45 @@ competencies: # 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/" + - title: "Learning Path" + children: + - title: "Cloud Computing Basics" + link: "https://academy-domain.com/learning-paths/cloud-computing-basics" + - title: "Basic knowledge of Linux command line + link: "https://linuxcommand.org/" + - title: "Basic Certification: Networking Basics" + link: "https://academy-domain.com/certifications/networking-basics" + + # List of additional resources for further reading related_resources: - title: "Documentation" - link: "https://docs.example.com/" + children: + - title: "Docs Portal" + link: "https://docs.example.com/" + - title: "Instructions" - link: "https://instructions.example.com/" + children: + - title: "How-to Guides" + link: "https://instructions.example.com" + - title: "More How-tos" + link: "https://instructions.example.com" + - title: "YouTube Channel" - link: "https://www.youtube.com/c/example" + children: + - title: "Official Channel" + link: "https://www.youtube.com/c/example" # Additional attributes about the test additional_attributes: - title: "Retake Policy" + value: "3" description: "One Retake allowed after 30 days" - title: "Labs" + value: "Mandatory" description: "Hands-on labs included" + --- +