mirror of
https://github.com/cloudflare/vinext.git
synced 2026-05-09 08:25:34 +02:00
[PR #112] [CLOSED] feat: fumadocs documentation #320
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#320
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/112
Author: @z-zahi
Created: 2/26/2026
Status: ❌ Closed
Base:
main← Head:main📝 Commits (1)
61cc24efeat: fumadocs documentation📊 Changes
23 files changed (+2469 additions, -130 deletions)
View changed files
➕
docs/.source/browser.ts(+19 -0)➕
docs/.source/dynamic.ts(+9 -0)➕
docs/.source/server.ts(+24 -0)➕
docs/app/docs/[[...slug]]/page.tsx(+42 -0)➕
docs/app/docs/layout.tsx(+15 -0)➕
docs/app/globals.css(+9 -0)➕
docs/app/layout.tsx(+24 -0)➕
docs/app/page.tsx(+5 -0)➕
docs/content/docs/advanced/index.mdx(+14 -0)➕
docs/content/docs/advanced/meta.json(+4 -0)➕
docs/content/docs/advanced/satori.mdx(+27 -0)➕
docs/content/docs/another.mdx(+24 -0)➕
docs/content/docs/index.mdx(+26 -0)➕
docs/content/docs/meta.json(+4 -0)➕
docs/lib/source.ts(+7 -0)➕
docs/mdx-components.tsx(+9 -0)➕
docs/package.json(+29 -0)➕
docs/source.config.ts(+5 -0)➕
docs/tsconfig.json(+22 -0)➕
docs/vite.config.ts(+36 -0)...and 3 more files
📄 Description
Fumadocs docs for vinext
alert:
there's a hydration error that completely disables client side interactivity, I'm working on it
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
export const revalidateon App Router GET route handlers #478