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

[docusaurus-plugin-typedoc] Options in `typedoc.json` are no longer applied #468

Closed haakonflatval-cognite closed 11 months ago

haakonflatval-cognite commented 11 months ago

The plugin now only seems to care for options that are supplied directly to the plugin in docusaurus.config.js.

As a sidenote, I believe the ArgumentsReader objects used in the application construction https://github.com/tgreyuk/typedoc-plugin-markdown/blob/2f50b8d7f54bbba2dc95d22299ed9e32c99ad8c4/packages/docusaurus-plugin-typedoc/src/plugin.ts#L66 should be removed, as they are reading the arguments sent to docusaurus.

tgreyuk commented 11 months ago

Thanks - should be fixed in docusaurus-plugin-typedoc@0.20.1

haakonflatval-cognite commented 11 months ago

Thanks, this fixed my issue :tada: