Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for Docusaurus 3.0 #345

Closed
IanVS opened this issue Jul 26, 2023 · 6 comments
Closed

Support for Docusaurus 3.0 #345

IanVS opened this issue Jul 26, 2023 · 6 comments

Comments

@IanVS
Copy link

IanVS commented Jul 26, 2023

Docusaurus released an alpha of 3.0 last month which includes support for react 18. I tried to upgrade, but I see that I get peer dependency warnings for this plugin.

Do you plan to release an update which will support docusuarus 3?

@ashleykolodziej-moodys
Copy link

Hi there! I would like to see Docusaurus 3 support as well.

@litttley
Copy link

litttley commented Oct 8, 2023

the same issues

@csantos-nydig
Copy link

@IanVS IanVS changed the title Support for Docusaurus 3.0 (alpha) Support for Docusaurus 3.0 Oct 23, 2023
@limansky
Copy link

limansky commented Nov 1, 2023

Docusaurus 3.0.0 is released https://github.com/facebook/docusaurus/releases/tag/v3.0.0

@ashleykolodziej-moodys
Copy link

While we await this, I found this solution in another Docusaurus plugin, and it worked for me! cmfcmf/docusaurus-search-local#194 (comment)

These are the two overrides I needed to get this plugin working:

"overrides": {
    "@docusaurus/core": "3.0.0",
    "@docusaurus/theme-common": "3.0.0"
  },

I hope this helps anyone else who was blocked by this issue!

@weareoutman
Copy link
Member

Just released v0.37.1 which supports Docusaurus v3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants