Martin Adámek

Results 768 comments of Martin Adámek

> maybe try type: "docSidebar"? But how should I use that? It requires `sidebarId`, I have only one sidebar which is `docs`, using that makes it link to the first...

I was trying to find a workaround via client side JS code that patches the href attributes of those 3 links, but to have them work I need to remove...

Thanks for the details! I managed to make it work, although it felt like I met few bugs on the go I had to work around. For example now I...

Good idea, I like the `@external` approach. It would be also great to have a way to hide some of the external symbols (currently its either everything or nothing), but...

Looks like that method is actually never called, tried to add some logging inside but nothing gets printed.

CSS workaround I am currently using: ```css .apiItemContainer .tsd-readme h1:first-child { display: none; } ```

Nope, not even after I refresh the page. You can try it yourself on the link above, the broken version is deployed currently (as we have only one package we...

I believe typedoc produces different shape for `@link`, i was opening another (now resolved) issue about that. Iirc they are different in the json def.

So automatic PR came in for the upgrade to jest 25, and I can tell that it not only still have this leak inside, but it also breaks that workaround...

Just a note for anybody who would like to give this a shot - this needs to be about the `Loaded` type, not about changing the return type. Partial loading...