polandll commented on code in PR #2729:
URL: https://github.com/apache/cassandra/pull/2729#discussion_r1337789960
##########
doc/antora.yml:
##########
@@ -5,6 +5,11 @@ prerelease: true
asciidoc:
attributes:
cass_url: 'http://cassandra.apache.org/'
+ product: Cassandra
+ cassandra: Apache Cassandra
+ 30_version: '3.0'
+ 22_version: '2.2'
+ 21_version: '2.1'
Review Comment:
Think of asciidoc attributes as variables that can be used throughout the
doc source. The values are substituted into the HTML when rendered. It's a
one-to-many use of a string, so that the string only needs replacing in one
central file.
--
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]