fumadocs
                                
                                
                                
                                    fumadocs copied to clipboard
                            
                            
                            
                        The beautiful docs framework with Next.js.
### 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...
### To Reproduce Make an `openapi.json` has path parameters with integer type: ``` { "in": "path", "name": "param1", "required": true, "schema": { "type": "integer" }, "description": "Path Parameters1" } ```...
### 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:  which would result an error when user copies and uses it...
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...
### 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,...
### To Reproduce 1. Create a new app `npm create fumadocs-app`  2. Move to the directory `cd test-app`  3. Execute build command `npm run build`  4. Execute...
### 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...
### 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:...