Skip to content

Commit 2e16882

Browse files
committed
Fix note markup
1 parent 2382be5 commit 2e16882

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

doc/platform/configuration.rst

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ You can flexibly configure a cluster's settings on different levels: from global
6060

6161
.. NOTE::
6262

63-
All the available options are documented in the :ref:`Configuration reference <configuration_reference>`.
63+
All the available options are documented in the :ref:`Configuration reference <configuration_reference>`.
6464

6565

6666
.. _configuration_file:
@@ -86,15 +86,15 @@ The example below shows a sample configuration of a single Tarantool instance:
8686
- The ``replicasets`` section contains one replica set named *replicaset001*.
8787
- The ``groups`` section contains one group named *group001*.
8888

89-
.. note:
89+
.. NOTE::
9090

91-
The initial line in this sample contains a link to an annotated Tarantool configuration
92-
schema for a YAML language server (e.g. for `LSP-Yaml`).
93-
With this link you can set up your code editor (VScode, Neovim, Sublime, etc.) to get
94-
full-text annotations and completion prompts when you work with Tarantool configuration.
91+
The initial line in this sample contains a link to an annotated Tarantool configuration
92+
schema for a YAML language server (e.g. for `LSP-Yaml`).
93+
With this link you can set up your code editor (VScode, Neovim, Sublime, etc.) to get
94+
full-text annotations and completion prompts when you work with Tarantool configuration.
9595

96-
.. image:: images/yaml-annotated.png
97-
:align: center
96+
.. image:: images/yaml-annotated.png
97+
:align: center
9898

9999
.. _configuration_scopes:
100100

@@ -445,7 +445,7 @@ To see all the supported environment variables, execute the ``tarantool`` comman
445445
446446
.. NOTE::
447447

448-
There are also special ``TT_INSTANCE_NAME`` and ``TT_CONFIG`` environment variables that can be used to :ref:`start <configuration_run_instance_tarantool>` the specified Tarantool instance with configuration from the given file.
448+
There are also special ``TT_INSTANCE_NAME`` and ``TT_CONFIG`` environment variables that can be used to :ref:`start <configuration_run_instance_tarantool>` the specified Tarantool instance with configuration from the given file.
449449

450450
Below are a few examples that show how to set environment variables of different types, like *string*, *number*, *array*, or *map*.
451451

0 commit comments

Comments
 (0)