Skip to content

v1.4.1

Latest

Choose a tag to compare

@github-actions github-actions released this 10 Apr 14:01

🐛 Fixed

  • Sidebar navigation links are now always root-relative. Nav paths from
    mokadocs.yaml like path: mpc-fopdt (no leading /) were rendered as
    relative href attributes. When viewing a deeply-nested page like
    /algo-api/base/basecontroller, clicking such a link navigated to
    /algo-api/base/mpc-fopdt instead of /mpc-fopdt. The
    NavigationBuildPhase now normalizes all nav paths to start with /
    before matching pages and before storing on the NavigationNode.Route,
    so sidebar links always resolve from the site root regardless of the
    current page depth.