docs: enable tooltips

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
This commit is contained in:
David Garcia
2024-10-28 19:13:40 +00:00
committed by Botond Dénes
parent afd1fc8e9f
commit a072478f4f
4 changed files with 1375 additions and 4 deletions

View File

@@ -4,8 +4,6 @@ updates:
directory: "/docs"
schedule:
interval: "daily"
ignore:
- dependency-name: "*"
allow:
- dependency-name: "sphinx-scylladb-theme"
- dependency-name: "sphinx-multiversion-scylla"

1
docs/.gitignore vendored
View File

@@ -1,3 +1,2 @@
_build
poetry.lock
_data

View File

@@ -3,4 +3,4 @@
{% if type %}* **Type:** ``{{ type }}``{% endif %}
{% if default %}* **Default value:** ``{{ default }}``{% endif %}
{% if liveness %}* :term:`Liveness <Liveness>`: ``{{ liveness }}``{% endif %}
{% if liveness %}* :include_tooltip:`Liveness <Liveness>`: ``{{ liveness }}``{% endif %}

1374
docs/poetry.lock generated Normal file

File diff suppressed because it is too large Load Diff