typedoc2md / typedoc-plugin-markdown

A plugin for TypeDoc that enables TypeScript API documentation to be generated in Markdown.

Home Page:https://typedoc-plugin-markdown.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Duplicates in docs/functions (v4)

panva opened this issue · comments

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

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.

fixed in typedoc-plugin-markdown@4.1.0