Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions doc/contributing/docs/markup/admonitions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 </getting_started/getting_started_go>` is used to warn the user against
closing the terminal window.

* Custom admonition:

.. code-block:: rst
Expand Down