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
689 stars 172 forks source link

Duplicates in docs/functions (v4) #625

Closed panva closed 1 week ago

panva commented 1 month ago

What package is the bug related to?

typedoc-plugin-markdown

Describe the issue

Issue: Duplicate doc files are generated for some functions.

Reproduce with

gh repo clone panva/oauth4webapi -- --depth=1 --branch=typedoc-plugin-markdown-4
npm clean-install
npm run docs

See numerous markdown files in docs/functions duplicated with a -1 suffix.

TypeDoc configuration

No response

Expected behavior

No response

tgreyuk commented 1 month ago

Its because the functions are being tagged under 2 groups and are being duplicated as such. It is a bug and will be fixed. Thanks.

tgreyuk commented 1 week ago

fixed in typedoc-plugin-markdown@4.1.0