Skip to content

feat(articles): implement full article page with header and footer#11

Open
codewizdave wants to merge 8 commits into
mainfrom
feat/seo-articles
Open

feat(articles): implement full article page with header and footer#11
codewizdave wants to merge 8 commits into
mainfrom
feat/seo-articles

Conversation

@codewizdave
Copy link
Copy Markdown
Member

Summary

  • Implement full article page with header and footer at /articles/[topic_slug]/[article_slug]
  • Move article route to content group for proper routing structure
  • Add ArticleSidebar component with navigation structure

Test Plan

  • Verify article page loads at /articles/[topic_slug]/[article_slug]
  • Check sidebar navigation works correctly
  • Confirm header and footer render properly

Co-Authored-By: martyy-code nesalia.inc@gmail.com

codewizdave and others added 6 commits May 13, 2026 11:33
- 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>
@vercel
Copy link
Copy Markdown

vercel Bot commented May 13, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
nesalia Ready Ready Preview, Comment May 15, 2026 8:28am
nsa Ready Ready Preview, Comment May 15, 2026 8:28am

- 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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant