JS Doc to Docusauros #7538
-
Hey there, I'm developing a simple canvas rendering library, currently I've documented practically all the code, based on JS Doc. But currently, I'm having difficulties in merging the documentation generated by JS Doc with the docusauros documentation. Does anyone know how to do this magic? 😅 |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
Hey, you might be interested in TypeDoc? You can also play around with docusaurus-plugin-typedoc |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
In case anyone else is looking for more solutions, here are some I found in a quick search: |
Beta Was this translation helpful? Give feedback.
Here is my plugin solution: https://github.com/201flaviosilva/Impacto/blob/e575ac973452af4468a56279ee3d0a797d96e9fa/docs/plugins/jsdoc2docusaurus.js
And my docusaurus.config.js: https://github.com/201flaviosilva/Impacto/blob/e575ac973452af4468a56279ee3d0a797d96e9fa/docs/docusaurus.config.js