cloud-annotations / docusaurus-openapi

🦕 OpenAPI plugin for generating API reference docs in Docusaurus v2.
https://docusaurus-openapi.netlify.app
MIT License
498 stars 82 forks source link

Docusaurus 3.0 support #264

Closed techwritermat closed 9 months ago

techwritermat commented 11 months ago

Adding docusaurus-preset-openapi to my package.json adds a dependency to docusaurus core v2.4.3. and my entire Docusaurus 3.0 project doesn't build. Are there plans to have this preset work with the Docusaurus 3.0 core components instead of Docusaurus 2.4.3?

Devon-White commented 11 months ago

Hello, I am also running into the same issue and was wondering if there are any plans to support this with v3.

bourdakos1 commented 11 months ago

It shouldn’t be too difficult to upgrade this project to v3. There’s migration instructions here: https://docusaurus.io/docs/migration/v3

if someone is interested in making a pull request

techwritermat commented 9 months ago

Thank you so much for this. Testing it now!

techwritermat commented 9 months ago

Created release PR: https://github.com/cloud-annotations/docusaurus-openapi/pull/268