Files
scylladb/docs/troubleshooting/modeling/index.rst
Anna Stuchlik b54ce3b0c0 doc: remove the redundant raw:: html directive
This commit removes the raw:: html directive (with the exception of an embedded animation) because:
- It is not supported by the dark theme and looks bad.
- It's a legacy directive, and we no longer need it on index pages.

Fixes https://github.com/scylladb/scylladb/issues/20881

Closes scylladb/scylladb#21062
2024-10-17 13:41:15 +03:00

22 lines
832 B
ReStructuredText

Data Modeling
=============
.. toctree::
:hidden:
:maxdepth: 2
ScyllaDB Large Partitions Table </troubleshooting/large-partition-table/>
ScyllaDB Large Rows and Cells Table </troubleshooting/large-rows-large-cells-tables/>
Large Partitions Hunting </troubleshooting/debugging-large-partition/>
Failure to Update the Schema </troubleshooting/failed-update-schema>
* :doc:`ScyllaDB Large Partitions Table </troubleshooting/large-partition-table/>`
* :doc:`ScyllaDB Large Rows and Cells Tables </troubleshooting/large-rows-large-cells-tables/>`
* :doc:`Large Partitions Hunting </troubleshooting/debugging-large-partition/>`
* :doc:`Failure to Update the Schema </troubleshooting/failed-update-schema>`
`Data Modeling course <https://university.scylladb.com/courses/data-modeling/>`_ on ScyllaDB University