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
697 stars 173 forks source link

IndexPageTitle not working as expected #480

Closed osama-salman99 closed 9 months ago

osama-salman99 commented 10 months ago

I know 4.0.0-next is not a stable version, but in v4.0.0-next.18 (and later) the IndexPageTitle does not work as expected as it always renders "API" instead of the project name or the value provided.

tgreyuk commented 10 months ago

Hi. Yes sorry - fixed in typedoc-plugin-markdown%404.0.0-next.23 .

osama-salman99 commented 10 months ago

That is great! Thank you so much.

There's still one small issue that it still does not default to the "{projectName}" when left empty as documented here.

tgreyuk commented 9 months ago

There's still one small issue that it still does not default to the "{projectName}" when left empty as documented.

Thanks for pointing this out. Also fixed.