Cross-link the prep path and exam challenge to the DO-CAIE certification#53
Merged
Merged
Conversation
Wire the supporting content back to the new certification entity so the three pieces reference each other: - Exam challenge overview now states it delivers the certification's exam and capstone, and points newcomers to the prep path. - Capstone lab links the credential name to the certification page. - "About the DO-CAIE Certification" lesson adds a callout to the official certification page and the exam challenge. - Capstone submission process links "Submit capstone" and the closing line to the certification page. Signed-off-by: Lee Calcote <leecalcote@gmail.com>
|
There was a problem hiding this comment.
Pull request overview
This PR adds bidirectional cross-links between the DigitalOcean Certified AI Engineer (DO-CAIE) certification entity and its supporting learning content (prep path + exam/capstone challenge), so learners can navigate cleanly in both directions.
Changes:
- Add a callout in the “About the DO-CAIE Certification” lesson linking to the official certification page and the exam challenge.
- Add certification backlinks from the exam challenge overview and capstone lab.
- Update the capstone submission process to link “Submit capstone” guidance and the closing credential mention back to the certification page.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| content/learning-paths/3e2f9c82-1a4c-4781-adf9-99ec22cd994e/certified-ai-engineer/certification-overview/overview/about-the-do-caie-certification/_index.md | Adds an in-page callout linking to the official certification page and the exam challenge. |
| content/learning-paths/3e2f9c82-1a4c-4781-adf9-99ec22cd994e/certified-ai-engineer/capstone-project-guide/capstone/submission-process/_index.md | Links the “Submit capstone” step and final credential mention back to the certification page. |
| content/challenges/3e2f9c82-1a4c-4781-adf9-99ec22cd994e/docaie-certification-exam/lab.md | Links the credential name to the certification page from the capstone lab intro. |
| content/challenges/3e2f9c82-1a4c-4781-adf9-99ec22cd994e/docaie-certification-exam/_index.md | Adds challenge overview text linking to the certification page and pointing newcomers to the prep path. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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 #51 (now merged). That PR added the first-class DigitalOcean Certified AI Engineer (DO-CAIE) certification entity. This PR adds the bidirectional cross-links between the certification and its supporting content — the cross-link commit landed on the branch just after #51 merged, so it needs its own PR to reach
master.What's changed
The certification already points to the prep path and exam (via
prerequisite_knowledge/related_resources). This wires the supporting content back to the certification:docaie-certification-exam/_index.md) — now states it delivers the certification's written exam and hands-on capstone, and points newcomers to the prep path.docaie-certification-exam/lab.md) — links the credential name to the certification page.All links use the registered content slugs under
…/certifications/3e2f9c82…/digitalocean-certified-ai-engineer/.Validation
hugo buildpasses (exit 0) with zero errors and zero registry warnings.