Updates the theme to the latest version to enable tooltips and modifies the db_options.tmpl to show the new role in action. Closes scylladb/scylladb#21324
7 lines
255 B
Cheetah
7 lines
255 B
Cheetah
|
|
{{ description | readable_desc_rst }}
|
|
|
|
{% if type %}* **Type:** ``{{ type }}``{% endif %}
|
|
{% if default %}* **Default value:** ``{{ default }}``{% endif %}
|
|
{% if liveness %}* :include_tooltip:`Liveness <Liveness>`: ``{{ liveness }}``{% endif %}
|