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
725 stars 177 forks source link

fix: generate packages.md even if groups used #514

Closed boneskull closed 12 months ago

boneskull commented 12 months ago

Closes #471


I have no idea if this is correct, and I didn't change any tests to support it; please let me know if a) this is correct, and b) if so, where I can add a test?

thanks!

tgreyuk commented 12 months ago

Thanks. This is published in typedoc-plugin-markdown@4.0.0-next.32 .

Currently a bunch of snapshot tests run against various combination of options and they are all passing. This use-case was not covered and I have no idea why that condition was in there. I'll get some docs together to explain how the tests (currently) work. A contributing guide is on its way but still tidying up a few bits.

boneskull commented 12 months ago

@tgreyuk As long as I have your attention--what is the equivalent of publicPath in v4.x? 😄

tgreyuk commented 12 months ago

@boneskull This option is now included in typedoc-plugin-markdown@4.0.0-next.33 - same behaviour as v3.