Skip to content

Commit bf0f32b

Browse files
committed
define a custom id #step-1-create-a-tidb-cloud-cluster for the section title with the variable
1 parent c733f0d commit bf0f32b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

develop/dev-guide-build-cluster-in-cloud.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ This document walks you through the quickest way to get started with TiDB Cloud.
2121

2222
</CustomContent>
2323

24-
## Step 1. Create a {{{ .starter }}} cluster
24+
## Step 1. Create a {{{ .starter }}} cluster {#step-1-create-a-tidb-cloud-cluster}
2525

2626
1. If you do not have a TiDB Cloud account, click [here](https://tidbcloud.com/free-trial) to sign up for an account.
2727

@@ -130,7 +130,7 @@ mysql Ver 15.1 Distrib 5.5.68-MariaDB, for Linux (x86_64) using readline 5.1
130130

131131
</SimpleTab>
132132

133-
2. Run the connection string obtained in [Step 1](#step-1-create-a-tidb-cloud-serverless-cluster).
133+
2. Run the connection string obtained in [Step 1](#step-1-create-a-tidb-cloud-cluster).
134134

135135
{{< copyable "shell-regular" >}}
136136

develop/dev-guide-create-table.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ ALTER TABLE `bookshop`.`ratings` SET TIFLASH REPLICA 1;
292292

293293
> **Note:**
294294
>
295-
> If your cluster does not contain **TiFlash** nodes, this SQL statement will report an error: `1105 - the tiflash replica count: 1 should be less than the total tiflash server count: 0`. You can use [Build a {{{ .starter }}} Cluster](/develop/dev-guide-build-cluster-in-cloud.md#step-1-create-a-tidb-cloud-serverless-cluster) to create a {{{ .starter }}} cluster that includes **TiFlash**.
295+
> If your cluster does not contain **TiFlash** nodes, this SQL statement will report an error: `1105 - the tiflash replica count: 1 should be less than the total tiflash server count: 0`. You can use [Build a {{{ .starter }}} Cluster](/develop/dev-guide-build-cluster-in-cloud.md#step-1-create-a-tidb-cloud-cluster) to create a {{{ .starter }}} cluster that includes **TiFlash**.
296296
297297
Then you can go on to perform the following query:
298298

develop/dev-guide-tidb-crud-sql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This document briefly introduces how to use TiDB's CRUD SQL.
99

1010
## Before you start
1111

12-
Please make sure you are connected to a TiDB cluster. If not, refer to [Build a {{{ .starter }}} Cluster](/develop/dev-guide-build-cluster-in-cloud.md#step-1-create-a-tidb-cloud-serverless-cluster) to create a {{{ .starter }}} cluster.
12+
Please make sure you are connected to a TiDB cluster. If not, refer to [Build a {{{ .starter }}} Cluster](/develop/dev-guide-build-cluster-in-cloud.md#step-1-create-a-tidb-cloud-cluster) to create a {{{ .starter }}} cluster.
1313

1414
## Explore SQL with TiDB
1515

0 commit comments

Comments
 (0)