tengu-alt commented on PR #282: URL: https://github.com/apache/cassandra-website/pull/282#issuecomment-2501090214
@michaelsembwever I have moved the HTML and JavaScript from the `native_protocol.adoc` file into the new .hbs layout, which is now responsible for it. Additionally, the native_protocol.spec files are currently fetched from the [Apache Cassandra GitHub repository](https://github.com/apache/cassandra/tree/trunk/doc). The issue with the headers arises because the `native_protocol_v*.spec` files contain typos that cause problems. I can create a pull request for Cassandra to fix these typos. Could you also clarify why we need to move the `native_protocol.adoc` file into the Cassandra repository and run the `process-native-protocol-specs-in-docker.sh` on each `generate_cassandra_versioned_docs()` execution? As I understand it, the native protocol spec page is identical for all Cassandra versions. -- 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]

