-
Notifications
You must be signed in to change notification settings - Fork 2k
[DOC] Fix doc 404 due to path case sensitivity #5990
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[DOC] Fix doc 404 due to path case sensitivity #5990
Conversation
This stack of pull requests is managed by Graphite. Learn more about stacking. |
Reviewer ChecklistPlease leverage this checklist to ensure your code review is thorough before approving Testing, Bugs, Errors, Logs, Documentation
System Compatibility
Quality
|
|
Normalize docs middleware routes to lowercase Updates Key Changes• Lowercase Affected Areas• This summary was automatically generated by @propel-code-bot |

https://docs.trychroma.com/integrations/frameworks/openLLMetry
This page is linked to on the sidebar, but it results in a 404 because the path is case sensitive. It expects https://docs.trychroma.com/integrations/frameworks/openllmetry
This adds middleware to make our URLs case insensitive.