feat(docs): migrate loopover-ui docs pages to fumadocs-mdx content pipeline - #6271
Merged
JSONbored merged 1 commit intoJul 15, 2026
Merged
Conversation
…peline Migrate all remaining hand-authored docs.<slug>.tsx route pages (plus the self-hosting-unified-ams-orb page added upstream mid-migration) onto the fumadocs-mdx content pipeline proven by the JSONbored#6037 spike: content now lives in content/docs/*.mdx, and each route is a thin loader + docsClientLoader wrapper around the existing DocsPage/Callout/CodeBlock/FeatureRow ui-kit primitives instead of a hand-authored JSX component. Page prose, code samples, and callouts are preserved byte-for-byte from the prior route files. scripts/check-docs-drift.mjs and every docs-*.test.ts drift-guard now read the migrated content/docs/*.mdx paths instead of the old route .tsx files.
JSONbored
approved these changes
Jul 15, 2026
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #6271 +/- ##
=======================================
Coverage 95.35% 95.35%
=======================================
Files 598 598
Lines 47102 47102
Branches 14988 14988
=======================================
Hits 44913 44913
Misses 1464 1464
Partials 725 725
Flags with carried forward coverage won't be shown. Click here to find out more. |
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
docs.<slug>.tsxroute page inloopover-ui(plusself-hosting-unified-ams-orb, added upstream mid-migration) onto thefumadocs-mdxcontent pipeline the Spike: prototype fumadocs-mdx + Scalar docs pipeline on TanStack Start #6037 spike proved out: content now lives incontent/docs/*.mdx, and each route is a thin loader +docsClientLoaderwrapper around the existingDocsPage/Callout/CodeBlock/FeatureRowui-kit primitives..tsxsource.scripts/check-docs-drift.mjsand everydocs-*drift-guard test now point at the migratedcontent/docs/*.mdxpaths instead of the old route files.mainafter this branch was opened (50 upstream commits landed in the interim); reconciled the 5 docs pages upstream had also touched in that window (theLOOPOVER_REVIEW_UNIFIED_COMMENTflag retirement and the how-reviews-work comment restructuring) by porting the upstream prose edits into the corresponding.mdxfiles.Scope
type(scope): short summaryConventional Commit format.apps/loopover-ui/**only, no unrelated backend/MCP/deploy changes.CONTRIBUTING.mdand does not reintroduce GitHub Pages, VitePress,site/, orCNAME.Validation
git diff --checknpm run actionlintnpm run typechecknpm run test:coveragelocally — UI-only change underapps/loopover-ui/**, outsidecoverage.include, socodecov/patchdoes not applynpm run test:workersnpm run build:mcpnpm run test:mcp-packnpm run ui:openapi:checknpm run ui:lintnpm run ui:typechecknpm run ui:buildnpm audit --audit-level=moderatenpm run test:cirun locally, green (891 test files / 17,127 tests passed)Safety
Notes
@scalar/api-referenceplayground (also named in Spike: prototype fumadocs-mdx + Scalar docs pipeline on TanStack Start #6037's deliverables) are out of scope for this PR; Spike: prototype fumadocs-mdx + Scalar docs pipeline on TanStack Start #6037's Vite integration and one-page proof are the parts this PR builds on.