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

--entryDocument Argument Is Ignored By typedoc-github-wiki-theme #590

Closed DauntlessStudio closed 2 months ago

DauntlessStudio commented 2 months ago

When using --plugin typedoc-plugin-markdown --entryDocument MyDoc.md the default file entry document, README.md, is overridden with MyDoc.md. However if --plugin typedoc-plugin-markdown --plugin typedoc-github-wiki-theme --entryDocument MyDoc.md is used then the entry document is still Home.md regardless of the provided argument.

tgreyuk commented 2 months ago

Thanks will take a look.

tgreyuk commented 2 months ago

Fix in: typedoc-plugin-markdown@4.0.0 typeodoc-github-wiki-theme@2.0.0

please note the options has changed name to entryFileName.