[PR #103] [CLOSED] feat: fumadocs documentation #314

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

📋 Pull Request Information

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

Base: mainHead: feat/fumadocs-docs


📝 Commits (1)

  • 2f094ad feat: 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.

## 📋 Pull Request Information **Original PR:** https://github.com/cloudflare/vinext/pull/103 **Author:** [@z-zahi](https://github.com/z-zahi) **Created:** 2/26/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `feat/fumadocs-docs` --- ### 📝 Commits (1) - [`2f094ad`](https://github.com/cloudflare/vinext/commit/2f094ad61ab8a41f1142356400f870afe1d2b885) feat: fumadocs documentation ### 📊 Changes **23 files changed** (+2469 additions, -130 deletions) <details> <summary>View changed files</summary> ➕ `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_ </details> ### 📄 Description Fumadocs docs for vinext alert: there's a hydration error that completely disables client side interactivity, I'm working on it --- <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:08 +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#314
No description provided.