docusaurus-plugin-typedoc-api icon indicating copy to clipboard operation
docusaurus-plugin-typedoc-api copied to clipboard

Breadcrumbs should work at least for the root links

Open B4nan opened this issue 3 years ago • 1 comments

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.

image

Here I would expect the @crawlee/core link to the overview page of that package, so https://crawlee.dev/api/core.

B4nan avatar Jul 20 '22 11:07 B4nan

@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

milesj avatar Jul 20 '22 17:07 milesj