You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.