Was this page helpful?
Caution
You're viewing documentation for a previous version of ScyllaDB Sphinx Theme. Switch to the latest stable version.
LabelsCopy
A custom role that lets you add labels to your text.
For example, you could use the label role to promote experimental features or highlight that a feature is only available in a specific software version.
SyntaxCopy
:label-<style>:`Text`
Where:
style: Available values are
default
,note
,tip
,caution
,warning
.
Usage BetaCopy
DefaultCopy
Using:
:label-default:`Default`, :label-note:`Note`, :label-tip:`Tip`, :label-caution:`Caution`, :label-warning:`Warning`
Results in:
Default, Note, Tip, Caution, Warning
Inlined with textCopy
Using:
Heading :label-caution:`Beta`
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Results in: