Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

docs: refresh adapter pages with hand-authored MDX#474

Draft
bensabic wants to merge 1 commit intomainvercel/chat:mainfrom
docs/refresh-adaptersvercel/chat:docs/refresh-adaptersCopy head branch name to clipboard
Draft

docs: refresh adapter pages with hand-authored MDX#474
bensabic wants to merge 1 commit intomainvercel/chat:mainfrom
docs/refresh-adaptersvercel/chat:docs/refresh-adaptersCopy head branch name to clipboard

Conversation

@bensabic
Copy link
Copy Markdown
Contributor

@bensabic bensabic commented May 9, 2026

Summary

  • Replace runtime README fetching for official adapters with hand-authored MDX under apps/docs/content/adapters/{official,community}/<slug>.mdx, served from a new fumadocs collection.
  • New URL structure: /adapters/official/<slug> and /adapters/community/<slug>. Legacy /adapters/<slug> and /docs/adapters/* 301 to /adapters listing (next.config.ts).
  • Adapter pages now share the /docs chrome (sidebar, ToC, edit-on-GitHub). Sidebar lists official adapters flat with Platforms / State sub-headings, then a collapsible Community Adapters section with a divider above it.
  • New MDX components: <PackageInstall> (pnpm/npm/yarn/bun tabs), <FeatureSupport> (per-page mini matrix from frontmatter), <GlobalFeatureMatrix> (drives /docs/adapters from the same frontmatter), <AdapterHero>.
  • Standardized template across all 14 official adapters: Install → Quick start → Configuration (<TypeTable>) → Authentication → Advanced → Feature support.
  • Community adapters still need to be migrated to MDX.

Move official adapter pages from runtime README fetching to hand-authored
MDX under content/adapters/{official,community}/<slug>.mdx.

- New fumadocs collection (source.config.ts) with adapter frontmatter
  (packageName, slug, type, logo, tagline, beta, features, ...).
- New URL structure: /adapters/official/<slug> and /adapters/community/<slug>.
  Legacy /adapters/<slug> and /docs/adapters/* now 301 to /adapters listing.
- New components: PackageInstall (pnpm/npm/yarn/bun tabs), FeatureSupport
  (per-page mini matrix from frontmatter), GlobalFeatureMatrix (drives
  /docs/adapters from the same frontmatter), AdapterHero.
- Standardized template: Install -> Quick start -> Configuration (TypeTable)
  -> Authentication -> Advanced -> Feature support.
- Adapter pages now share the same docs chrome as /docs (sidebar + ToC +
  edit-on-GitHub). Sidebar groups official adapters flat with sub-headings
  for Platforms / State, then a collapsible "Community Adapters" section.
- Community pages keep README fetching via the new route until they
  migrate to MDX; URLs are stable.
@vercel
Copy link
Copy Markdown
Contributor

vercel Bot commented May 9, 2026

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

Project Deployment Actions Updated (UTC)
chat-sdk-nextjs-chat Ready Ready Preview, Comment May 9, 2026 0:09am

@bensabic bensabic self-assigned this May 9, 2026
@bensabic bensabic added the documentation Improvements or additions to documentation label May 9, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

Morty Proxy This is a proxified and sanitized view of the page, visit original site.