michaelsembwever commented on PR #2452: URL: https://github.com/apache/cassandra/pull/2452#issuecomment-1612796909
to test i run ``` ./run.sh website container -a BUILD_USER_ARG:$(whoami) -a UID_ARG:$(id -u) -a GID_ARG:$(id -g) ./run.sh website build -g -b cassandra:CASS-18606 -u cassandra:https://github.com/polandll/cassandra ``` (on macos i needed some small fixes, pushed [here](https://github.com/apache/cassandra-website/commit/466d6ffe4624b4a4a09b9946472045a7d48097ea)) Via the navigation i can now reach the new pages. An example of a new page: `cassandra-website/content/doc/trunk/cassandra/managing/virtualtables.html` and an example of the old page: `cassandra-website/content/doc/trunk/cassandra/managing/operating/virtualtables.html` Side question, for this page why do both still exist ? Another side question, the navigation does not visually structure as the IA (and underlying files) do. Is that intentional? Screenshot of the nav bar <img width="388" alt="Screenshot 2023-06-29 at 11 47 35" src="https://github.com/apache/cassandra/assets/559444/423a857a-b752-4a93-8ff6-41292fb07066"> -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

