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

### What problem will this feature address? Currently, generating API documentation for Python projects requires juggling tools like [***Sphinx autodoc***](https://www.sphinx-doc.org/en/master/tutorial/automatic-doc-generation.html) or [pdoc](https://pdoc.dev) and then manually adjusting the output to match...

enhancement
PR welcome

### To Reproduce Make an `openapi.json` has path parameters with integer type: ``` { "in": "path", "name": "param1", "required": true, "schema": { "type": "integer" }, "description": "Path Parameters1" } ```...

bug

### To Reproduce See [this link](https://fumadocs.vercel.app/docs/ui/components/accordion#usage) ### Current vs. Expected behavior there is extra semicolon at the end: ![Image](https://github.com/user-attachments/assets/d63c29df-63e1-4afe-ba46-157e31c1fb39) which would result an error when user copies and uses it...

bug

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/setup-node](https://redirect.github.com/actions/setup-node) | action | digest | `39370e3` -> `49933ea` | --- ### Configuration...

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | Type | Update | |---|---|---|---|---|---|---|---| | [pnpm](https://pnpm.io) ([source](https://redirect.github.com/pnpm/pnpm/tree/HEAD/pnpm)) | [`9.14.4` ->...

### What problem will this feature address? Currently the framework is fast, 161 kb client bundle by default. But it's slower due to: ### Fumadocs MDX #### No on-demand compilation...

enhancement

### What problem will this feature address? Some custom obsidian markdown syntax is very helpful for building the relationships between documentation pages. ### Describe the solution you'd like Implement wikilink,...

enhancement
PR welcome

### To Reproduce 1. Create a new app `npm create fumadocs-app` ![image](https://github.com/user-attachments/assets/43bdaa10-ab16-4b1f-8b8c-ab035b009100) 2. Move to the directory `cd test-app` ![image](https://github.com/user-attachments/assets/2440de45-c95a-4f61-b5c4-0308030de4e6) 3. Execute build command `npm run build` ![image](https://github.com/user-attachments/assets/fb9758f3-b565-496a-8411-c006991b540b) 4. Execute...

bug
upstream

### To Reproduce Using fumadocs defaults following quickstart `pnpm create fumadocs-app` Added Icons to my sidebar but disabling that does not change the outcome Also using a couple components to...

bug

### To Reproduce ```shell ⨯ Error: ENOENT: no such file or directory, mkdir '/var/task/apps/next/.next/cache/twoslash' at Object.init (.next/server/chunks/971.js:1:7971) at m (.next/server/chunks/971.js:2:49475) at (.next/server/chunks/720.js:1:880) { errno: -2, code: 'ENOENT', syscall: 'mkdir', path:...

bug