Closed nicfv closed 7 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
Fix in typedoc-plugin-markdown@4.0.0-next.45
When using
--includeVersion
, the version number is missing from the index page but shown on all other pages.