tengu-alt commented on PR #282: URL: https://github.com/apache/cassandra-website/pull/282#issuecomment-2536414434
@michaelsembwever I have done some refactoring on the `process-native-protocol-specs-in-docker.sh`. For now, the script is called only if `generate docs` command for build is running (also implemented it for preview mode, but it throws some errors when `generate docs` is running. I've also tested it on the master branch, and it's the same). I also moved the `native_protocol.adoc` file to the Cassandra Doc under the `native-protocol` directory, and antora generates page using the `.hbs` layout from the website. The `generate_native_protocol_specs_pages()` now iterates over specified Cassandra versions and calls the script if the provided version of Cassandra contains the `native-protocol` dir under the `doc`. After that generated pages are put into the same versioned doc directory under the `site-content` and copied into the `content`. -- 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]

