Replies: 2 comments 3 replies
-
Ah, thank you for using it, but the project is not yet released. Did you use the latest commit from Git or you installed it via npm? If you used the npm package, it is quite outdated, the project is no longer a Docusaurus plugin, but a standlone application. I'm out of office these days and I cannot check your error, but I'll do it on Sunday. Is your project public? |
Beta Was this translation helpful? Give feedback.
3 replies
-
The final release (2.0.0) is out, including the documentation site. Please take a look and let me know if it works for you. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I successfully converted the XML files generated by Doxygen 1.9.7 using doxygen2docusaurus-ts plugin, but when building with Docusaurus 3.6.3, an MDX compilation error occurred. The cause was: "Unexpected FunctionDeclaration in code: only import/exports are supported". There is no function declaration anywhere in the MDX document, so I don't understand the cause of the error. If you have had a similar experience, could you share your solution?
Beta Was this translation helpful? Give feedback.
All reactions