Skip to content

Commit

Permalink
update server name
Browse files Browse the repository at this point in the history
  • Loading branch information
Oreoxmt committed Nov 16, 2022
1 parent 496db14 commit b0edd6f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions clinic/clinic-introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ PingCAP Clinic provides the following two components to diagnose cluster problem

Clinic Server is a cloud service deployed in the cloud. By providing diagnostic services in the SaaS model, the Clinic Server can not only receive uploaded diagnostic data but also work as an online diagnostic environment to store data, view data, and provide cluster diagnostic reports. Clinic Server provides two independent services depending on the storage location:

- [Clinic Server for global customers](https://clinic.pingcap.com): Data is stored in AWS in US.
- [Clinic Server for China Mainland customers](https://clinic.pingcap.com.cn): Data is stored in AWS in China (Beijing) regions.
- [Clinic Server for international users](https://clinic.pingcap.com): Data is stored in AWS in US.
- [Clinic Server for the Chinese mainland users](https://clinic.pingcap.com.cn): Data is stored in AWS in China (Beijing) regions.

## User scenarios

Expand Down
12 changes: 6 additions & 6 deletions clinic/quick-start-with-clinic.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,19 +32,19 @@ Before using PingCAP Clinic, you need to install Diag and prepare an environment
2. Log in to Clinic Server.

<SimpleTab groupId="clinicServer">
<div label="Clinic Server for global customers" value="clinic-global">
<div label="Clinic Server for international users" value="clinic-global">

Go to the [Clinic Server for global customers](https://clinic.pingcap.com) and select **Sign in with TiDB Account** to enter the TiDB Cloud login page. If you do not have a TiDB Cloud account, create one on that page.
Go to the [Clinic Server for international users](https://clinic.pingcap.com) and select **Sign in with TiDB Account** to enter the TiDB Cloud login page. If you do not have a TiDB Cloud account, create one on that page.

> **Note:**
>
> A TiDB Cloud account is only used for logging in to Clinic Server in SSO mode and is not mandatory for accessing the TiDB Cloud service.
</div>

<div label="Clinic Server for China Mainland customers" value="clinic-cn">
<div label="Clinic Server for the Chinese mainland users" value="clinic-cn">

Go to the [Clinic Server for China Mainland customers](https://clinic.pingcap.com.cn) and select **Sign in with AskTUG** to enter the AskTUG community login page. If you do not have an AskTUG account, create one on that page
Go to the [Clinic Server for the Chinese mainland users](https://clinic.pingcap.com.cn) and select **Sign in with AskTUG** to enter the AskTUG community login page. If you do not have an AskTUG account, create one on that page

</div>
</SimpleTab>
Expand Down Expand Up @@ -80,7 +80,7 @@ Before using PingCAP Clinic, you need to install Diag and prepare an environment
> - For versions earlier than Diag v0.9.0, data is uploaded to Clinic Server in the Chinese region by default. To set `region` in these versions, run the `tiup update diag` command to upgrade Diag to the latest version and then set `region` in Diag.
<SimpleTab groupId="clinicServer">
<div label="Clinic Server for global customers" value="clinic-global">
<div label="Clinic Server for international users" value="clinic-global">

For Clinic Server in the US, set `region` to `US` using the following command:

Expand All @@ -89,7 +89,7 @@ Before using PingCAP Clinic, you need to install Diag and prepare an environment
```

</div>
<div label="Clinic Server for China Mainland customers" value="clinic-cn">
<div label="Clinic Server for the Chinese mainland users" value="clinic-cn">

For Clinic Server in the Chinese mainland, set `region` to `CN` using the following command:

Expand Down

0 comments on commit b0edd6f

Please sign in to comment.