[PR #116] [CLOSED] feat: fumadocs docs #324

Closed
opened 2026-05-06 12:39:12 +02:00 by BreizhHardware · 0 comments

📋 Pull Request Information

Original PR: https://github.com/cloudflare/vinext/pull/116
Author: @z-zahi
Created: 2/26/2026
Status: Closed

Base: mainHead: feat/docs


📝 Commits (5)

  • 054438e feat: fumadocs documentation
  • eca0bb2 Merge branch 'cloudflare:main' into feat/docs
  • 71ecd04 Merge branch 'cloudflare:main' into feat/docs
  • d1d005b rm .source
  • 21d5533 gitginore .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.

## 📋 Pull Request Information **Original PR:** https://github.com/cloudflare/vinext/pull/116 **Author:** [@z-zahi](https://github.com/z-zahi) **Created:** 2/26/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `feat/docs` --- ### 📝 Commits (5) - [`054438e`](https://github.com/cloudflare/vinext/commit/054438edd3f053a08655f0fd1722b1be6fc1e22c) feat: fumadocs documentation - [`eca0bb2`](https://github.com/cloudflare/vinext/commit/eca0bb2fb8f54f9af1ba03fa46f6196eeaa0889b) Merge branch 'cloudflare:main' into feat/docs - [`71ecd04`](https://github.com/cloudflare/vinext/commit/71ecd0440bba1a38cd3547e07f34d77c11078b99) Merge branch 'cloudflare:main' into feat/docs - [`d1d005b`](https://github.com/cloudflare/vinext/commit/d1d005be888bb251d6964ddcf6a2baef8f03c2cd) rm .source - [`21d5533`](https://github.com/cloudflare/vinext/commit/21d5533fbe87ca7ec9071ca01d714e84fe78bb4a) gitginore .source ### 📊 Changes **21 files changed** (+3411 additions, -466 deletions) <details> <summary>View changed files</summary> 📝 `.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_ </details> ### 📄 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 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
BreizhHardware 2026-05-06 12:39:12 +02:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/vinext#324
No description provided.