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

Allow output in docs directory in different location #367

Closed vikram-dagger closed 1 year ago

vikram-dagger commented 1 year ago

Is there a way to have the output in a different directory ie. outside the docusaurus website root?

tgreyuk commented 1 year ago

The out options can be relative . ie:

out: '../../doc',