smiklosovic commented on code in PR #282: URL: https://github.com/apache/cassandra-website/pull/282#discussion_r1745114300
########## cqlprotodoc/README.md: ########## @@ -0,0 +1,12 @@ +Comes from https://github.com/martin-sucha/cqlprotodoc + +cqlprotodoc converts +[CQL protocol specification files](https://github.com/apache/cassandra/tree/trunk/doc) +to HTML for easier browsing. + +Usage: + +1. Update template-notice.txt based on your Cassandra distribution. +2. `cqlprotodoc <path_to_cassandra_doc_dir> <output_dir>` + +The generated files are published at https://martin-sucha.github.io/cqlprotodoc/ Review Comment: @tengu-alt dont we need to remove this? -- 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]

