You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can see api-typedoc-default.json with the full information of my package, but whatever docusaurus-plugin-typedoc-api does, is completely ignoring the results.
I took a look at the internal of this plugin and found this:
Hey all, thanks for this plugin, the output is really nice.
I have a monorepo where the majority of the packages are "non-public", or non-typescript, or what not, not relevant I'd say.
The thing is that there is only one package I care about the API documentation, so I would like to do something like:
But, the API pages are not generated at all.
I can see
api-typedoc-default.json
with the full information of my package, but whateverdocusaurus-plugin-typedoc-api
does, is completely ignoring the results.I took a look at the internal of this plugin and found this:
docusaurus-plugin-typedoc-api/packages/plugin/src/plugin/data.ts
Line 291 in 7184457
Question
Is there a way to make this plugin work for one package within a monorepo?
The text was updated successfully, but these errors were encountered: