diff --git a/doc/contributing/docs/markup/admonitions.rst b/doc/contributing/docs/markup/admonitions.rst index 8fc6b75a0a..118db7922c 100644 --- a/doc/contributing/docs/markup/admonitions.rst +++ b/doc/contributing/docs/markup/admonitions.rst @@ -34,6 +34,19 @@ In Tarantool we have 3 variants of css-style for admonitions: For example, in the description of :doc:`/reference/reference_lua/box_session/on_connect` trigger we warn a user about some consequences of his actions. +* Important: + + .. code-block:: rst + + .. important:: + + .. important:: + + This block contains essential information that the user should know while doing something. + + For example, the block :doc:`in Getting Started with Docker ` is used to warn the user against + closing the terminal window. + * Custom admonition: .. code-block:: rst