neshkeev commented on code in PR #4333: URL: https://github.com/apache/cassandra/pull/4333#discussion_r2370834224
########## doc/modules/cassandra/pages/developing/data-modeling/data-modeling_conceptual.adoc: ########## @@ -30,7 +30,7 @@ underlined. Relationships between entities are represented as diamonds, and the connectors between the relationship and each entity show the multiplicity of the connection. -image::data_modeling_hotel_erd.png[image] +image::images/data_modeling_hotel_erd.png[image] Review Comment: I removed `images/`, then I generated HTML once again, but no pictures got rendered on the pages. So I believe `images/` cannot be omitted, apparently IDEA uses some alternative way to render pictures I used the `asciidoctor` command from the [first message](https://github.com/apache/cassandra/pull/4333#issue-3348849169), please tell me if this project executes a different command to generate documentation -- 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]

