typedoc2md / typedoc-plugin-markdown

A plugin for TypeDoc that enables TypeScript API documentation to be generated in Markdown.
https://typedoc-plugin-markdown.org
MIT License
714 stars 176 forks source link

Add a Docusaurus cli command to generate documentation without requiring a full build #356

Closed CobyPear closed 1 year ago

CobyPear commented 2 years ago

Hello! Thanks for maintaining the docusaurus-plugin-typedoc. It has suited my needs well. Recently I've wanted to generate the docs through this plugin without running a full docusaurus build, because all I want is the markdown content.

I have opened a draft PR that does this but it needs some work, details here: #355 I am open to continue working on this with some guidance. Thanks!

tgreyuk commented 1 year ago

As discussed - available in docusaurus-plugin-typedoc@0.18.0

CobyPear commented 1 year ago

Thanks so much!