Is there a plugin or library that can be used to convert JavaScript code and comments into documentation in DocuSaurus?
The only option I found was using jsdoc-to-markdown
, and I would like to know if there are other options.
I'm looking to something that can generate a navigation menu too, like how DocDash does.