Was this page helpful?
Caution
You're viewing documentation for an unstable version of ScyllaDB Sphinx Theme. Switch to the latest stable version.
DiagramsΒΆ
The documentation toolchain supports rendering diagrams and charts using Mermaid, a library designed for creating sequence diagrams, flowcharts, and other visualizations.
Using:
.. mermaid ::
graph TD
A --> B
B -- Label --> C
Renders:
graph TD A --> B B -- Label --> C
For more details, refer to the sphinxcontrib-mermaid documentation.