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
691 stars 171 forks source link

[typedoc-plugin-markdown@next] Hide source in table #510

Closed CoderIllusionist closed 7 months ago

CoderIllusionist commented 7 months ago

Hello,

Currently checking out the table view on the next version of typedoc-plugin-markdown and docusaurus-plugin-typedoc and it looks awesome :)

However, how can I hide/remove the generated source in the table view? It's not needed for me to reference the source file for every single property in the table, is there something like --hideSource ? Im willing to create a PR for this.

Thanks, Patrick

tgreyuk commented 7 months ago

Hello. yes this should be removed by using the TypeDoc option disableSources https://typedoc.org/options/input/#disablesources