[
https://issues.apache.org/jira/browse/CASSANDRA-20475?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17947913#comment-17947913
]
Michael Semb Wever commented on CASSANDRA-20475:
------------------------------------------------
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: [email protected]
For additional commands, e-mail: [email protected]