From 250e2f941fa4d0ccaed32f6d5bf6de0f94dc6397 Mon Sep 17 00:00:00 2001 From: Li Ya Qiang Date: Fri, 10 Mar 2023 17:56:46 +0800 Subject: [PATCH] fix the english doc issue for cloud --- docs/en/19-tools/01-cli.md | 1 + docs/en/22-user-management/index.md | 4 ---- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/docs/en/19-tools/01-cli.md b/docs/en/19-tools/01-cli.md index 8e8cebf5d9..0cda281981 100644 --- a/docs/en/19-tools/01-cli.md +++ b/docs/en/19-tools/01-cli.md @@ -7,6 +7,7 @@ description: Instructions and tips for using the TDengine CLI to connect TDengin import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; + The TDengine command-line interface (hereafter referred to as `TDengine CLI`) is the most simplest way for users to manipulate and interact with TDengine instances. diff --git a/docs/en/22-user-management/index.md b/docs/en/22-user-management/index.md index 10bdc67cf1..2664d9d6e1 100644 --- a/docs/en/22-user-management/index.md +++ b/docs/en/22-user-management/index.md @@ -19,10 +19,6 @@ The major features are listed below: 1. [Organization Management](./orgs/): Create new organizations, update their name and also can transfer the owner to some one in the organization. 2. [User Mgmt](./users/): Create, update or delete users or user groups. You can also create/edit/delete customized roles. - [User](./users/users) - - - ```mdx-code-block import DocCardList from '@theme/DocCardList'; -- GitLab