From 1b361479606cba2cefa9459d17bc295eaf6af2b0 Mon Sep 17 00:00:00 2001 From: Shuduo Sang Date: Sat, 24 Sep 2022 12:09:28 +0800 Subject: [PATCH] docs: refine rest and schemaless doc (#17046) * docs: add schemaless writing for cloud * docs: add section description and remove http from url * docs: adjust schemaless and rest api doc * docs: refine rest api and schemaless doc --- docs/en/07-data-in/05-rest-schemaless.md | 1 + docs/en/07-data-in/30-schemaless-influxdb.md | 2 +- docs/en/07-data-in/35-schemaless-opentsdb-json.md | 2 +- docs/en/07-data-in/38-schemaless-opentsdb-telnet.md | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/en/07-data-in/05-rest-schemaless.md b/docs/en/07-data-in/05-rest-schemaless.md index 8d94c18c48..0339f70255 100644 --- a/docs/en/07-data-in/05-rest-schemaless.md +++ b/docs/en/07-data-in/05-rest-schemaless.md @@ -55,3 +55,4 @@ curl -L \ $TDENGINE_CLOUD_URL/rest/sql/test?token=$TDENGINE_CLOUD_TOKEN ``` +Please refer to [REST-API](https://docs.tdengine.com/reference/rest-api/) for detailed documentation. diff --git a/docs/en/07-data-in/30-schemaless-influxdb.md b/docs/en/07-data-in/30-schemaless-influxdb.md index 172d0fc7fd..f449e3dd8f 100644 --- a/docs/en/07-data-in/30-schemaless-influxdb.md +++ b/docs/en/07-data-in/30-schemaless-influxdb.md @@ -1,5 +1,5 @@ --- -sidebar_label: Schemaless - InfluxDB Line Protocol +sidebar_label: InfluxDB Line Protocol title: Schemaless - InfluxDB Line Protocol description: Insert data in Schemaless Line Protocol --- diff --git a/docs/en/07-data-in/35-schemaless-opentsdb-json.md b/docs/en/07-data-in/35-schemaless-opentsdb-json.md index c40bc8c409..a66a375659 100644 --- a/docs/en/07-data-in/35-schemaless-opentsdb-json.md +++ b/docs/en/07-data-in/35-schemaless-opentsdb-json.md @@ -1,5 +1,5 @@ --- -sidebar_label: Schemaless - OpenTSDB JSON Protocol +sidebar_label: OpenTSDB JSON Protocol title: Schemaless - OpenTSDB JSON Protocol description: Insert data in OpenTSDB JSON Protocol --- diff --git a/docs/en/07-data-in/38-schemaless-opentsdb-telnet.md b/docs/en/07-data-in/38-schemaless-opentsdb-telnet.md index f502e2e4a8..8867e8ee0e 100644 --- a/docs/en/07-data-in/38-schemaless-opentsdb-telnet.md +++ b/docs/en/07-data-in/38-schemaless-opentsdb-telnet.md @@ -1,5 +1,5 @@ --- -sidebar_label: Schemaless - OpenTSDB Telnet Protocol +sidebar_label: OpenTSDB Telnet Protocol title: Schemaless - OpenTSDB Telnet Protocol description: Insert data in OpenTSDB Telnet Protocol --- -- GitLab