Add the DO-CAIE certification as a first-class certification entity#51
Merged
Conversation
The previous work shipped a learning path that studies for the certification plus the exam challenge, but not the certification itself. Add the actual credential using the academy theme's `certification` content type. - New `certifications/` content section. - New certification at certifications/<org>/digitalocean-certified-ai-engineer/ with the full schema: competency blueprint (7 weighted domains summing to 100), prerequisite_knowledge (the learning paths), related_resources (challenges + docs), and additional_attributes (exam format, pass mark, capstone, retake policy, validity). - Retitle the existing certification learning path to "DO-CAIE Certification Prep" and link it to the credential via the learning path `certificate` field, to distinguish the study path from the certification entity. - Update CURRICULUM.md to describe the certification entity vs the prep path. Signed-off-by: Lee Calcote <leecalcote@gmail.com>
|
Signed-off-by: jamieplu <179417684+jamieplu@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
This PR introduces DigitalOcean Certified AI Engineer (DO-CAIE) as a first-class type: "certification" content entity in the Academy, and repositions the existing “DO-CAIE” learning path as a prep path that explicitly supports the certification.
Changes:
- Add a new
content/certifications/section and a DO-CAIE certification page with full blueprint/prerequisite/resources/attributes schema. - Rename the existing DO-CAIE learning path to “DO-CAIE Certification Prep” and add
certificatemetadata to link it to the certification. - Update
CURRICULUM.mdto document the distinction between the certification entity and the prep learning path.
Reviewed changes
Copilot reviewed 4 out of 5 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| CURRICULUM.md | Clarifies certification vs. prep path and documents the new certification entity. |
| content/learning-paths/3e2f9c82-1a4c-4781-adf9-99ec22cd994e/certified-ai-engineer/_index.md | Renames the learning path to “Prep” and adds certificate linkage metadata. |
| content/certifications/_index.md | Adds a new Certifications section index for local/dev navigation and section typing. |
| content/certifications/3e2f9c82-1a4c-4781-adf9-99ec22cd994e/digitalocean-certified-ai-engineer/_index.md | Introduces the DO-CAIE certification entity and its full front matter schema + page content. |
| content/certifications/3e2f9c82-1a4c-4781-adf9-99ec22cd994e/digitalocean-certified-ai-engineer/digitalocean.svg | Adds the certification banner asset referenced by the certification page. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Signed-off-by: jamieplu <179417684+jamieplu@users.noreply.github.com>
Signed-off-by: jamieplu <179417684+jamieplu@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Overview
Follow-up to #47. That PR shipped a learning path that studies for the DigitalOcean Certified AI Engineer credential plus the certification exam challenge — but not the certification itself. This PR adds the actual credential as a first-class
type: "certification"entity, using the academy theme'scertificationcontent type.What's added
certifications/content section (content/certifications/_index.md), parallel tolearning-paths/andchallenges/.content/certifications/3e2f9c82…/digitalocean-certified-ai-engineer/_index.md, with the full archetype schema:competencies— the 7-domain exam blueprint with weighting (sums to 100) and subdomain itemsprerequisite_knowledge— the five core learning paths + the prep path + recommended skillsrelated_resources— the four hands-on challenges and product docsadditional_attributes— exam format (60 Q / 90 min), pass mark (70%), mandatory capstone, retake policy, 2-year validitycertificatefield — making clear it is the study path, not the certification.How the pieces fit
certificationlearning-pathchallenge(test+lab)Validation
hugo buildpasses (exit 0); the certification renders topublic/certifications/…/index.html.Note: content-ID registration
Like the other new root content, the certification's ID must be registered in the Layer5 Cloud academy registry for the org, or the production build's registry validation (
validationMode=error) will reject it:certifications/…/digitalocean-certified-ai-engineer7ae5fbfe-385d-4fc5-b14a-957d71212050(This is in addition to the 10 IDs from #47 already pending registration.)