Conversation
- Embed demo video via YouTube embed URL so it renders in iframe - Refresh MCP setup screenshots - Add MCP Integration tab screenshot for the hackathon dashboard section - Remove redundant configure-model-dashboard screenshot Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
- Remove emoji from all in-page headings (kept on meta.json section separators) - Add reusable <Video> component (auto-normalizes YouTube embed URLs) and register Steps, Accordions, TypeTable, Files, Tabs globally in mdx-components - Convert video <iframe> embeds to <Video>; local mp4s to native <video> - Replace heading-as-label feature lists with bold labels / <Cards> grids - Convert step sequences to <Steps>; FAQ pages to <Accordions> - Replace blockquote 'callouts' with <Callout>; fix invalid Callout types - Normalize <p align=center><i> caption hacks to markdown italics - Wrap stray <Card> in <Cards>; fix broken .md relative links - Remove leftover test.mdx and redundant per-file component imports
Add a <Caption> component (centered, muted) and use it for the description text under images/videos across the guide, replacing left-aligned italics.
The MDX wrapper div (data-docs-body) broke prose's first-child margin reset, so pages with a description rendered a big gap above the first heading. Reset the first child's top margin so all pages start tight like the MCP page.
Removed the '💡 Tip: Use this dropdown to get help from AI tools like ChatGPT or Claude.' hint that sat next to the Copy Markdown / Open buttons on every docs page.
prathamVaidya
approved these changes
Jun 18, 2026
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.
Full pass over the Devfolio guide to align it with Fumadocs authoring conventions, plus a few UI fixes. Bundles the existing
mcp-v2-guide-updatework sincepolishingwas branched from it.Content polish (across ~65 guide pages)
meta.jsonsidebar section separators), fixed bold-in-heading and redundant H1s.<iframe>embeds with a reusable<Video>component that auto-normalizes YouTubewatch/youtu.beURLs to/embed/; local.mp4s now use native<video>.<Cards>grids; step sequences →<Steps>; FAQ pages →<Accordions>; blockquote "callouts" →<Callout>.<Caption>component instead of left-aligned italics.Callouttypes, normalized<p align="center">caption hacks, wrapped stray<Card>in<Cards>, repaired broken.mdrelative links, rebuilt a broken image whosealttext contained a step list, removed leftovertest.mdxand redundant per-file component imports.Components / infra
src/components/video.tsxandsrc/components/caption.tsx.Tabs,Steps,Accordions,TypeTable,Files,Video,Captionglobally insrc/mdx-components.tsx.UI fixes
tableOfContent={{ style: "clerk" }}).[data-docs-body]wrapper broke prose's first-child margin reset, so pages with a description rendered an oversized gap above the first heading. Reset it so every page starts tight.Verification
next buildpasses clean: all 80 docs pages (168 routes incl. llms variants) compile, no MDX errors.🤖 Generated with Claude Code