Skip to content

Conversation

@nearestnabors
Copy link
Contributor

@nearestnabors nearestnabors commented Jan 20, 2026

Summary

  • Remove erroneous markdown code fence wrappers from the agent-frameworks page
  • The page was displaying MDX content as a code block instead of rendering components

Root Cause

This issue was introduced across two PRs:

  1. PR Editorial improvements for #646 #660 - Added a trailing ``` at the end of the file
  2. PR Editorial improvements for #662 #663 - Added an opening ```mdx at the start

Together these caused the entire page content to be wrapped in a code fence, displaying raw MDX instead of rendered components.

Test plan

🤖 Generated with Claude Code


Note

Fixes docs rendering for the agent frameworks guide.

  • Removes erroneous opening ````mdxand closing ``` fences fromapp/en/guides/agent-frameworks/page.mdx`, restoring normal rendering of `Tabs` and `PlatformCard` components
  • No content or layout changes beyond correcting the markdown fencing

Written by Cursor Bugbot for commit 8f82ffe. This will update automatically on new commits. Configure here.

Remove erroneous markdown code fence wrappers that were causing the
MDX content to render as a code block instead of proper components.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@vercel
Copy link

vercel bot commented Jan 20, 2026

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

Project Deployment Review Updated (UTC)
docs Ready Ready Preview, Comment Jan 20, 2026 2:09pm

Request Review

@torresmateo torresmateo merged commit 986539b into main Jan 20, 2026
7 checks passed
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.

3 participants