From e4a1c699ba0e1efa4cd51504b753dfcb8455425d Mon Sep 17 00:00:00 2001 From: dingbo Date: Sat, 11 Jun 2022 18:31:22 +0800 Subject: [PATCH] docs: cloud docs --- docs-en/05-develop/01-connect/01-python.md | 2 +- docs-en/05-develop/01-connect/02-java.md | 2 +- docs-en/05-develop/01-connect/05-node.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs-en/05-develop/01-connect/01-python.md b/docs-en/05-develop/01-connect/01-python.md index dd9ae72b37..cfc91e4146 100644 --- a/docs-en/05-develop/01-connect/01-python.md +++ b/docs-en/05-develop/01-connect/01-python.md @@ -10,7 +10,7 @@ import TabItem from '@theme/TabItem'; First, you need to install the `taospy` module version >= `2.3.3`. Run the command below in your terminal. - + ``` diff --git a/docs-en/05-develop/01-connect/02-java.md b/docs-en/05-develop/01-connect/02-java.md index dc674b73d4..9cddca3aed 100644 --- a/docs-en/05-develop/01-connect/02-java.md +++ b/docs-en/05-develop/01-connect/02-java.md @@ -9,7 +9,7 @@ import TabItem from '@theme/TabItem'; ## Add Dependency - + ```xml title="pom.xml" diff --git a/docs-en/05-develop/01-connect/05-node.md b/docs-en/05-develop/01-connect/05-node.md index 54b92b4ab9..bb9ebf9a35 100644 --- a/docs-en/05-develop/01-connect/05-node.md +++ b/docs-en/05-develop/01-connect/05-node.md @@ -5,7 +5,7 @@ title: Connect with Node.js Connector ## Install Connector -``` +```bash npm i td2.0-rest-connector ``` ## Config -- GitLab