michaelsembwever commented on code in PR #282: URL: https://github.com/apache/cassandra-website/pull/282#discussion_r1827732236
########## site-content/source/modules/ROOT/pages/native_protocol.adoc: ########## @@ -3,21 +3,81 @@ == Native Protocol Version 3 -[source, plaintext] ----- -include::example$TEXT/native_protocol_v3.spec[Version 3] ----- +[source, js] +++++ +<div id="contentv3" class="doc-container"></div> +<iframe id="iframev3" src="native_protocol_v3.html" style="display:none;"></iframe> Review Comment: is there a way to include the generated native_protocol_v3.html page, instead of using an iframe ? -- 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]

