Conversation
… homepage integration - Implement /certifications listing page grouped by group/category with pixel-art separators. - Implement dynamic /certifications/[slug] detail rendering page with back navigation and verification buttons. - Add keyboard shortcuts (g then c to navigate) and Command Menu search index. - Add home page certifications section showing the last 4 credentials.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
📝 Summary of Changes
This Pull Request introduces the following logical adjustments:
Features
409b895- feat(certifications): add certifications section with mdx support and homepage integration (by @wistant)704210a- feat(navigation): hide certifications links and home widget when empty (by @wistant)Bug Fixes
01f1899- fix(blog): filter blog homepage feed, RSS, and sitemap by category (by @wistant)UI / Design
ea60072- ui(certifications): add coming soon empty state layout (by @wistant)5a8d014- ui(navigation): revamp not found page with dynamic context and actions (by @wistant)Refactoring
cf0fb01- refactor(content): separate blog and project documents into dedicated folders (by @wistant)Maintenance Tasks
03487a0- chore: remove tests certifications mdx files (by @wistant)d173f74- chore(sync): backport version bumps from main to dev (by @wistant)Other Changes
acf2bcb- release: 1.0.5-beta.2 (by @wistant)