mirror of
https://github.com/cloudflare/vinext.git
synced 2026-05-09 08:25:34 +02:00
[PR #577] [MERGED] feat!: fumadocs example, mark clientReferenceDedup experimental #684
Labels
No labels
enhancement
enhancement
good first issue
help wanted
nextjs-tracking
nextjs-tracking
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/vinext#684
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/cloudflare/vinext/pull/577
Author: @hyoban
Created: 3/17/2026
Status: ✅ Merged
Merged: 3/19/2026
Merged by: @james-elicx
Base:
main← Head:3-17-fumadocs-template📝 Commits (10+)
d9c7303chore: init fumadocs854de89vinext init05a719efix dev2103e91Merge branch 'cloudflare:main' into 3-17-fumadocs-templatebc926b1tweaks0140086tweaks7ba248atweaks0f12702prefer exports7266f6btweaksd60e711try new approach📊 Changes
29 files changed (+1906 additions, -50 deletions)
View changed files
➕
examples/fumadocs-docs-template/.gitignore(+27 -0)➕
examples/fumadocs-docs-template/README.md(+45 -0)➕
examples/fumadocs-docs-template/app/(home)/layout.tsx(+6 -0)➕
examples/fumadocs-docs-template/app/(home)/page.tsx(+16 -0)➕
examples/fumadocs-docs-template/app/api/search/route.ts(+7 -0)➕
examples/fumadocs-docs-template/app/docs/[[...slug]]/page.tsx(+62 -0)➕
examples/fumadocs-docs-template/app/docs/layout.tsx(+11 -0)➕
examples/fumadocs-docs-template/app/global.css(+3 -0)➕
examples/fumadocs-docs-template/app/layout.tsx(+17 -0)➕
examples/fumadocs-docs-template/app/llms-full.txt/route.ts(+10 -0)➕
examples/fumadocs-docs-template/app/llms.mdx/docs/[[...slug]]/route.ts(+20 -0)➕
examples/fumadocs-docs-template/app/llms.txt/route.ts(+8 -0)➕
examples/fumadocs-docs-template/app/og/docs/[...slug]/route.tsx(+28 -0)➕
examples/fumadocs-docs-template/components/mdx.tsx(+15 -0)➕
examples/fumadocs-docs-template/content/docs/index.mdx(+13 -0)➕
examples/fumadocs-docs-template/content/docs/test.mdx(+17 -0)➕
examples/fumadocs-docs-template/lib/cn.ts(+1 -0)➕
examples/fumadocs-docs-template/lib/layout.shared.tsx(+17 -0)➕
examples/fumadocs-docs-template/lib/source.ts(+27 -0)➕
examples/fumadocs-docs-template/next.config.mjs(+19 -0)...and 9 more files
📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.