mirror of
https://github.com/cloudflare/vinext.git
synced 2026-05-09 08:25:34 +02:00
[PR #116] [CLOSED] feat: fumadocs docs #324
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#324
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/116
Author: @z-zahi
Created: 2/26/2026
Status: ❌ Closed
Base:
main← Head:feat/docs📝 Commits (5)
054438efeat: fumadocs documentationeca0bb2Merge branch 'cloudflare:main' into feat/docs71ecd04Merge branch 'cloudflare:main' into feat/docsd1d005brm .source21d5533gitginore .source📊 Changes
21 files changed (+3411 additions, -466 deletions)
View changed files
📝
.gitignore(+2 -0)➕
docs/app/api/search/route.ts(+7 -0)➕
docs/app/docs/[[...slug]]/page.tsx(+42 -0)➕
docs/app/docs/layout.tsx(+15 -0)➕
docs/app/globals.css(+12 -0)➕
docs/app/layout.tsx(+26 -0)➕
docs/app/page.tsx(+5 -0)➕
docs/content/docs/compatibility.mdx(+105 -0)➕
docs/content/docs/deployment/cloudflare.mdx(+129 -0)➕
docs/content/docs/getting-started.mdx(+99 -0)➕
docs/content/docs/index.mdx(+64 -0)➕
docs/lib/source.ts(+7 -0)➕
docs/mdx-components.tsx(+9 -0)➕
docs/package.json(+32 -0)➕
docs/source.config.ts(+5 -0)➕
docs/tsconfig.json(+22 -0)➕
docs/vite.config.ts(+23 -0)➕
docs/wrangler.jsonc(+11 -0)📝
package.json(+7 -3)📝
pnpm-lock.yaml(+2788 -463)...and 1 more files
📄 Description
documentation for vinext built on fumadocs, the website is fully working with the build then preview
in the dev environment its non interactive but that's ok for the time being.
/bonk
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.