typedoc-plugin-markdown
typedoc-plugin-markdown copied to clipboard
The readmeFile param monorepo config is not considered when the .md file is generated
As it says in https://typedoc.org/guides/monorepo/#typedoc-package-config, the README file set in the readmeFile config should be displayed on the index page of the package doc. Still, when the plugin generates the package/module .md file, only the classes, types or interfaces are displayed, and the README file is removed from the content.
This had been fixed, but only in the next version. (typedoc-plugin-markdown@next).