fumadocs icon indicating copy to clipboard operation
fumadocs copied to clipboard

The beautiful docs framework with Next.js.

Results 31 fumadocs issues
Sort by recently updated
recently updated
newest added

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@next/bundle-analyzer](https://redirect.github.com/vercel/next.js) ([source](https://redirect.github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer)) | [`15.0.0-canary.177` -> `15.0.0-rc.0`](https://renovatebot.com/diffs/npm/@next%2fbundle-analyzer/15.0.0-canary.177/15.0.0-rc.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@next%2fbundle-analyzer/15.0.0-rc.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

### What problem will this feature address? When I use `DocsCategory` I would expect that displayed cards will be displayed in the same order as in navigation list (based on...

enhancement

### To Reproduce Check the code for the file `@fumadocs/content-collections/dist/configuration.d.ts`: ```typescript declare function transformMDX(document: D, context: Context, options?: TransformOptions): Promise; ``` ### Current vs. Expected behavior Current type: ```typescript toc:...

bug

### What problem will this feature address? An OpenAPI schema can define a list of servers, and this is a quite common use case for many APIs. ```yaml servers: -...

enhancement
help wanted

### To Reproduce 1、开启i18n为true ![image](https://github.com/user-attachments/assets/92b8f425-1d3f-4639-b881-42653c8a9a05) 2、PC端(电脑)主页Home看不到选择翻译按钮,文档左下角可以看到翻译按钮 ![image](https://github.com/user-attachments/assets/ff7fec7d-0701-418b-9a1c-89d69c397f0d) 3、在移除gobal.css后,主页Home看到选择翻译语言按钮 ![image](https://github.com/user-attachments/assets/1e9b5942-def6-4614-b4df-07c0d9a3e3a8) 4、移动端(手机)可以看到选择语言按钮 ### Current vs. Expected behavior 开启i18n为true,PC端(电脑)主页Home看不到选择翻译按钮 ### Provide environment information ```bash Operating System: Platform: win32 Arch: x64 Version: Windows 11...

bug

### What problem will this feature address? Using human-readable tag names, instead of the coded ones. ### Describe the solution you'd like Tags can (with Redocly at least) be augmented...

enhancement

### To Reproduce 1. Visit https://turbostarter.dev/docs/web 2. Click search box to search for something 3. Type one letter like "a" or "e" in search box ### Current vs. Expected behavior...

bug

### To Reproduce Put this as one of OpenAPI's generated mdx files ```mdx --- title: Returns a list of assets full: true _openapi: method: GET route: /asset_change/list toc: [] structuredData:...

bug
question

### To Reproduce 1. Run `pnpm create fumadocs-app` in an existing monorepo 2. run pnpm dev inside the docs workspace 3. see the following error ![image](https://github.com/user-attachments/assets/c7efc7e0-597e-44dc-918a-6dfea4318409) ### Current vs. Expected...

bug
question

This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically....