michaelsembwever commented on PR #282: URL: https://github.com/apache/cassandra-website/pull/282#issuecomment-2565584073
Looking good @tengu-alt . I've taken the liberty to add the following via https://github.com/thelastpickle/cassandra-website/tree/mck/native-protocols-page-upgrade andhttps://github.com/thelastpickle/cassandra/tree/mck/native-protocol-spec-fix : - rebased off trunk (so I can get it working on arm64 ) - add jdk17 support (also adds C* 5.0 jdk auto-detect) - generate html files into assets/attachments directory - move `process-native-protocol-specs-in-docker.sh` to be a part of `ant gen-asciidoc` - by first moving `process-native-protocol-specs-in-docker.sh` in-tree - and building cqlprotodoc off a shallow clone of cassandra-website – as we don't want to introduce golang in-tree just yet - add doc/modules/cassandra/pages/reference/native-protocol.adoc in-tree This generates the per-version html files under attachments, e.g. the url `doc/5.1/cassandra/_attachments/native-protocol/native_protocol_v5.html` And the aggregated native-protocol.html as `doc/5.1/cassandra/reference/native_protocol.html` Otherwise, I'm not seeing `native-protocol.hbs` being taken advantage of yet. (Do we even need it?) Screenshot of native-protocol.html ![Uploading Screenshot 2024-12-30 at 15.53.42.png…]() -- 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]

