fuma-nama / fumadocs

The beautiful docs framework with Next.js. Alternative to Nextra
https://fumadocs.vercel.app
MIT License
1.91k stars 116 forks source link

Support OpenAPI webhooks #863

Open MorelSerge opened 2 months ago

MorelSerge commented 2 months ago

What problem will this feature address?

OpenAPI supports defining webhooks:

Describe the solution you'd like

Would be great to also parse the webhooks in an OpenAPI spec file, adding their pages too.

Describe alternatives you've considered

N/A

Additional context

No response

fuma-nama commented 1 month ago

the official support is only introduced on OpenAPI 3.1 while Fumadocs OpenAPI is currently 3.0 only.

I plan to migrate it to 3.1 after v14. as we need to fix some other issues before working on the next major release of OpenAPI integration.