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
697 stars 173 forks source link

not generating modules list on `modules.md` from monorepo #471

Closed asotog closed 3 months ago

asotog commented 11 months ago

Hi,

I'm facing the following issue while setting up typedoc-plugin-markdown with monorepo, just set this example https://github.com/Gerrit0/typedoc-packages-example .

Installed, npm i

Installed the plugin npm i --save-dev typedoc-plugin-markdown.

Then updated package.json docs script to "docs": "typedoc --plugin typedoc-plugin-markdown",

Ran npm run build.

Finally npm run docs.

Output looks like:

image

Can anyone please help ?

wilcoxmd commented 10 months ago

+1 I'm also having this problem.

tgreyuk commented 3 months ago

typedoc-plugin-markdown@4.0.0