feat(articles): implement full article page with header and footer#11
Open
codewizdave wants to merge 8 commits into
Open
feat(articles): implement full article page with header and footer#11codewizdave wants to merge 8 commits into
codewizdave wants to merge 8 commits into
Conversation
- Move articles folder to blog - Update all internal links from /articles to /blog - Update header navigation - Update ArticleCard links Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Moves the article page from (unprotected) to (content) route group as part of SEO restructuring. Removes client directive and adds initial AppHeader integration. Co-Authored-By: martyy-code <nesalia.inc@gmail.com>
- Adds comprehensive article page with MDXContent rendering - Integrates AppHeader and new AppFooter components - Adds dummy article data with Python AI agents content - Implements CollapsedSidebarTrigger for collapsible navigation - Enhances ArticleSidebar with Core Concepts and Advanced Topics sections - Adds CTA card with Signup button in sidebar footer - Adds code showcase component with animated card styling Co-Authored-By: martyy-code <nesalia.inc@gmail.com>
- Implements Top Articles section with card-based layout - Adds Recent Articles section with date-sorted list - Includes Browse by Topic section with article counts - Uses dynamic routing for topic and article navigation Co-Authored-By: martyy-code <nesalia.inc@gmail.com>
- Introduces Cards and Card components for article content authors - Card supports custom href, title, badge text, and badge color - Removes hardcoded card JSX from article page in favor of MDX component - Registers Cards and Card in MDXContent shared components registry Co-Authored-By: martyy-code <nesalia.inc@gmail.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.
Summary
/articles/[topic_slug]/[article_slug]Test Plan
/articles/[topic_slug]/[article_slug]Co-Authored-By: martyy-code nesalia.inc@gmail.com