docusaurus-plugin-typedoc-api
docusaurus-plugin-typedoc-api copied to clipboard
Breadcrumbs should work at least for the root links
Currently breakcrumbs just show the nesting, but are not clickable. While its understandable that we dont have any page for "Classes" or "Functions", we definitely can have a link for the root/package name, as that can go to the overview page.
Here I would expect the @crawlee/core link to the overview page of that package, so https://crawlee.dev/api/core.
@B4nan This functionality comes from Docusaurus itself, so there's not much I can do about it. Maybe create an issue there?
Context: https://github.com/milesj/docusaurus-plugin-typedoc-api/blob/master/packages/plugin/src/components/ApiItemLayout.tsx#L8