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
[docs] Fix pathname collision in LLMs docs generator
When multiple markdown files exist in the same directory, findPagesMarkdown()
strips filenames causing pathname collisions. This resulted in the wrong file
content being used (e.g., upgrade-to-v7.md incorrectly contained content from
upgrade-to-native-color.md).
Fix by matching files based on filename basename + parent path verification
instead of relying solely on the stripped pathname.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments