michaelsembwever commented on code in PR #282: URL: https://github.com/apache/cassandra-website/pull/282#discussion_r1829421969
########## 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: no. javascript and iframes are all doing the including at view time. we should be embedding the html contents into the other file at antora build time. -- 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]

