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
689 stars 172 forks source link

Missing version number in index page #553

Closed nicfv closed 3 months ago

nicfv commented 5 months ago

When using --includeVersion, the version number is missing from the index page but shown on all other pages.

nicfv commented 5 months ago

I should mention this is an issue with the breadcrumbs:

In README.md:

package-name / [Exports](modules.md)

(Should be package-name - v1.0.0)

In modules.md

[package-name - v1.0.0](README.md) / Exports

In one of my class files:

[package-name - v1.0.0](../README.md) / [Exports](../modules.md) / [Geometry/Length](../modules/Geometry_Length.md) / Length
tgreyuk commented 5 months ago

Fix in typedoc-plugin-markdown@4.0.0-next.45