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
Generate sidebar and autocomplete links matching page URL convention
Add getPageExtension() helper that detects whether the hosting platform
uses .html extensions or extensionless URLs. Use it in sidebar link
generation and autocomplete suggestions so JS-generated links match
the convention of links in the page content.
This fixes the sidebar/content link mismatch on hosts like Netlify
where content links have .html stripped but sidebar links (generated
client-side) retained it, causing unnecessary page reloads.
Fixeserlang/erlang-org#165
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments