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
fix: remove .md suffix from all internal Docusaurus links
Docusaurus resolves internal doc links without the .md extension.
Links with .md suffix break when the target document's i18n override
is removed (Docusaurus falls back to docs/ but can't match the .md suffix).
This was pre-existing but masked by zh-Hans i18n overrides for Core and
Differential docs.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
0 commit comments