diff --git a/docs/en/19-tools/01-cli.md b/docs/en/19-tools/01-cli.md index 8e8cebf5d9e7524ebf4a6d05220f53e5b3467a68..0cda281981f495d518aa7fc11d0934380692e2e2 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 10bdc67cf1786c6f27d2dc2a321270ce2470f0ab..2664d9d6e12d3fa6284f3133a3b68f8e5f04a294 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';