On Sun, 5 Nov 2023 at 00:49, Paulo Motta <pa...@apache.org> wrote: > > With the publication of this release I would like to switch the default > 'latest' docs on the website from 4.1 to 5.0. Are there any objections to > this ? > > It looks like the switch of latest to 5.0 broken some top search links > (returns 404 to me): > > [1] - https://www.google.com/search?q=apache+cassandra+configuration > [2] - https://www.google.com/search?q=apache+cassandra+getting+started > [2] https://www.google.com/search?q=apache+cassandra+install > [3] - https://www.google.com/search?q=apache+cassandra+jdk > > Can/should we rollback while we add redirects to the old indexed links? >
The nav and structure of the docs in 5.0 got a redesign. I've put in a quick hack that any 404 on any /doc/latest/ page will redirect to the page under /doc/stable/ Appears to be working. Thanks for spotting this Paulo !