Files
scylladb/docs/_templates/db_option.tmpl
David Garcia f45d9d33f1 docs: remove liveness asterisks
Instead of adding an asterisk next to "liveness" linking to the glossary, we will temporarily replace them with a hyperlink pending the implementation of tooltip functionality.

Closes scylladb/scylladb#17244
2024-02-12 20:37:52 +02:00

7 lines
244 B
Cheetah

{{ description | readable_desc_rst }}
{% if type %}* **Type:** ``{{ type }}``{% endif %}
{% if default %}* **Default value:** ``{{ default }}``{% endif %}
{% if liveness %}* :term:`Liveness <Liveness>`: ``{{ liveness }}``{% endif %}