Skip to content

Commit c0d1444

Browse files
committed
Fix URL description
1 parent dd2afd6 commit c0d1444

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

doc/reference/tooling/tcm/tcm_connect_clusters.rst

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ There are two ways to add a cluster to |tcm|:
2121
- Connect an existing cluster.
2222
- Add a new cluster and :ref:`write its configuration <tcm_cluster_config>` from scratch in the |tcm| web UI.
2323

24-
In both case, you need to deploy Tarantool and start the cluster instances using
24+
In both cases, you need to deploy Tarantool and start the cluster instances using
2525
the :ref:`tt-cli` or another suitable way.
2626

2727
.. _tcm_connect_clusters_parameters:
@@ -77,8 +77,8 @@ follow these steps:
7777

7878
.. tcm_add_cluster_start
7979
80-
#. Go to **Clusters** and click **Add**.
81-
#. Fill in the general cluster information:
80+
1. Go to **Clusters** and click **Add**.
81+
2. Fill in the general cluster information:
8282

8383
* Specify an arbitrary name.
8484
* Optionally, provide a description and select a color to mark this cluster in |tcm|.
@@ -87,17 +87,17 @@ follow these steps:
8787
for viewing the cluster logs. |tcm| provides quick access to these URLs on
8888
the cluster **Stateboard** page.
8989

90-
.. tcm_add_cluster_start
90+
.. tcm_add_cluster_end
9191
92-
#. Provide the details of the cluster configuration storage:
92+
3. Provide the details of the cluster configuration storage:
9393

9494
* Storage type: **etcd** or **tarantool**.
9595
* The **Prefix** specified in the cluster configuration.
9696
* The URIs of the configuration storage instances.
9797
* The credentials for accessing the configuration storage.
9898
* The SSL/TLS parameters if the connection encryption is enabled on the storage.
9999

100-
#. Provide the credentials for accessing the cluster: a Tarantool user's name, their password,
100+
4. Provide the credentials for accessing the cluster: a Tarantool user's name, their password,
101101
and SSL parameters in case :ref:`traffic encryption <enterprise-iproto-encryption>`
102102
is enabled on the cluster.
103103

@@ -116,9 +116,9 @@ from scratch using the :ref:`built-in configuration editor <tcm_configuring_clus
116116

117117
To add a new cluster:
118118

119-
.. include:: index.rst
120-
:start-after: ee_note_tcm_start
121-
:end-before: ee_note_tcm_end
119+
.. include::
120+
:start-after: tcm_add_cluster_end
121+
:end-before: tcm_add_cluster_end
122122

123123
3. Select the type of the cluster configuration storage: **etcd** or **tarantool**.
124124
4. Define a unique **Prefix** for identifying this cluster in the configuration storage.

0 commit comments

Comments
 (0)