-
Notifications
You must be signed in to change notification settings - Fork 80
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
Unable to index docs generated from docusaurus-plugin-openapi-docs plugin #126
Comments
Can you share an example site if it possible, thanks |
Hello , i am getting this error when i am using with docusaurus-plugin-openapi-docs.could you please help me in this
docusaurus.config.js
|
Hi @gauravverma029 remove the square brackets around
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Documents generated via the
docusaurus-plugin-openapi-docs
docusaurus plugin are unable to be indexed. Specifically, it looks as though metadata blocks and/or imported themes breaks the indexing process.Example un-indexed document
As a control, I removed the metadata block and imports, and doing so fixes the issue. Unfortunately, removing this content isn't feasible, as I'm relying on the theming overrides.
The text was updated successfully, but these errors were encountered: