-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
[Bug]: Anchors in links to docs.trychroma.com don't work #3395
Comments
I observed that the anchors take the user to the heading in Firefox, but in Chrome it does not. In both cases though, the anchor is removed from the URL. |
@ahmedaabouzied, thanks for confirming this. It would appear that a js code removes the anchors when the site is first loaded. I'll also do some digging around this. |
- Closes chroma-core#3395 - Also removes the not used useContext react import. Signed-off-by: Ahmed Abouzied <[email protected]>
I think it is the redirection layer to either the python or JS docs. I opened a PR. These things are hard to unit test. I simply ran it locally. |
@ahmedaabouzied, PR looks good. Did some local tests and fixed an issue, directly pushed against your fork, hope it is ok. |
What happened?
When trying to navigate to a doc site link with anchor like so https://docs.trychroma.com/reference/python/client#deletecollection the anchor is removed and the user is never taken to the heading.
Versions
N/A
Relevant log output
No response
The text was updated successfully, but these errors were encountered: