We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21f0205 commit 1a699d7Copy full SHA for 1a699d7
doc/contributing/docs/markup/admonitions.rst
@@ -34,6 +34,19 @@ In Tarantool we have 3 variants of css-style for admonitions:
34
For example, in the description of :doc:`/reference/reference_lua/box_session/on_connect`
35
trigger we warn a user about some consequences of his actions.
36
37
+* Important:
38
+
39
+ .. code-block:: rst
40
41
+ .. important::
42
43
44
45
+ This block contains essential information that the user should know while doing something.
46
47
+ For example, the block :doc:`in Getting Started with Docker </getting_started/getting_started_go>` is used to warn the user against
48
+ closing the terminal window.
49
50
* Custom admonition:
51
52
.. code-block:: rst
0 commit comments