milesj / docusaurus-plugin-typedoc-api

Docusaurus plugin that provides source code API documentation powered by TypeDoc.
69 stars 25 forks source link

fix: Fix monorepos with 1 package not working. #85

Closed milesj closed 1 year ago

milesj commented 1 year ago

Turns out, the slug handling was the problem. Polyrepos use . while monorepos use the folder name. Just had to mimic the functionality.