tengu-alt opened a new pull request, #282: URL: https://github.com/apache/cassandra-website/pull/282
This PR enhances the Native Protocols page by replacing the plain text with an interactive, section-based navigation. The implementation leverages [cqlprotodoc](https://github.com/martin-sucha/cqlprotodoc) tool that converts CQL protocol specification files into HTML. A `.sh` script was added to download `cqlprotodoc,` convert the `.spec` files containing the native protocol specifications into HTML pages, and then merge them into a single page. After that, [native protocols page](https://cassandra.apache.org/_/native_protocol.html) looks like this:  The navigation is clickable, so you can move to the desired section.  -- 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]

