[ https://issues.apache.org/jira/browse/CASSANDRA-20475?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17947913#comment-17947913 ]
Michael Semb Wever edited comment on CASSANDRA-20475 at 4/28/25 7:00 PM: ------------------------------------------------------------------------- The relative links to the js assets files are wrong. In all the html files they are {code} script.src = "../assets/js/vendor/plausible.js"; … <script src="../assets/js/vendor/jquery.js"></script> {code} but should be relative, even at the top-level doc/*/ pages they should be {code} script.src = "../../assets/js/vendor/plausible.js"; … <script src="../../assets/js/vendor/jquery.js"></script> {code} was (Author: michaelsembwever): The relative links to the js assets files are wrong. At the top level of doc/*/ html files they are {code} script.src = "../assets/js/vendor/plausible.js"; … <script src="../assets/js/vendor/jquery.js"></script> {code} but should be {code} script.src = "../../assets/js/vendor/plausible.js"; … <script src="../../assets/js/vendor/jquery.js"></script> {code} > Cassandra's website version dropdown doesn't work. > -------------------------------------------------- > > Key: CASSANDRA-20475 > URL: https://issues.apache.org/jira/browse/CASSANDRA-20475 > Project: Apache Cassandra > Issue Type: Bug > Components: Documentation/Website > Reporter: mykyta > Priority: Normal > Attachments: image-2025-03-24-13-25-46-190.png > > > There is an issue with Cassandra's website. If you trying to change > Cassandra's version to check the documentation, the dropdown doesn't work. As > a workaround, you can change it in the path, but you can't see all versions. > https://cassandra.apache.org/doc/latest/ -- This message was sent by Atlassian Jira (v8.20.10#820010) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org For additional commands, e-mail: commits-h...@cassandra.apache.org