typedoc-plugin-markdown icon indicating copy to clipboard operation
typedoc-plugin-markdown copied to clipboard

Missing version number in index page

Open nicfv opened this issue 1 year ago • 2 comments
trafficstars

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

nicfv avatar Jan 26 '24 23:01 nicfv

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

nicfv avatar Jan 27 '24 06:01 nicfv

Fix in [email protected]

tgreyuk avatar Jan 30 '24 22:01 tgreyuk