bearomorphism opened a new pull request, #1138: URL: https://github.com/apache/mahout/pull/1138
The internal doc links in the navbar always pointed to **latest** doc due to hard-coded absolute path. After this PR, the links will point to correct version doc. Before: <img width="1903" height="956" alt="image" src="https://github.com/user-attachments/assets/8a10c9a6-719a-417f-86f9-c920f5946362" /> After (notice the difference at the lower left corner): <img width="1890" height="953" alt="image" src="https://github.com/user-attachments/assets/c20feb26-e49a-454c-9846-2a3b3a08637b" /> However, you may notice that the dropdown items are active after the change... I suspect that this is an issue of docusaurus... I found a blog post [here](https://www.hwchiu.com/2023/10/08/docusaurus-link-active) that is a similar but different issue. ### Related Issues <!-- Closes #123 --> ### Changes - [ ] Bug fix - [ ] New feature - [ ] Refactoring - [x] Documentation - [ ] Test - [ ] CI/CD pipeline - [ ] Other ### Why <!-- Why is this change needed? --> ### How <!-- What was done? --> ## Checklist - [ ] Added or updated unit tests for all changes - [x] Added or updated documentation for all changes -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
