typedoc2md / typedoc-plugin-markdown

A plugin for TypeDoc that enables TypeScript API documentation to be generated in Markdown.
https://typedoc-plugin-markdown.org
MIT License
725 stars 177 forks source link

Breadcrumbs do not display project name at the start #522

Closed osama-salman99 closed 11 months ago

osama-salman99 commented 11 months ago

Breadcrumbs do not show project name anymore after version 4.0.0-next.27. Expected breadcrumbs: [@domain/project-name](../../index.md) / [client](../index.md) / ExemplarClient Current breadcrumbs: [client](../index.md).ExemplarClient

They also appear after the page title/header, which used to be at the absolute top of the page.

tgreyuk commented 11 months ago

Please try typedoc-plugin-markdown@4.0.0-next.36 - should be same now.

osama-salman99 commented 11 months ago

Amazing! Thank you.