From c4d9fdbf043654bd2e3e449e109c9f701b410847 Mon Sep 17 00:00:00 2001 From: Linhe Huo Date: Thu, 11 Aug 2022 21:08:29 +0800 Subject: [PATCH] chore(rust): remove rust in insert data docs (#16012) Schemaless module is not avalible since it's not avalible via websocket. --- docs/en/07-develop/03-insert-data/02-influxdb-line.mdx | 3 --- docs/en/07-develop/03-insert-data/03-opentsdb-telnet.mdx | 3 --- docs/en/07-develop/03-insert-data/04-opentsdb-json.mdx | 3 --- docs/zh/07-develop/03-insert-data/02-influxdb-line.mdx | 3 --- docs/zh/07-develop/03-insert-data/03-opentsdb-telnet.mdx | 3 --- docs/zh/07-develop/03-insert-data/04-opentsdb-json.mdx | 3 --- docs/zh/07-develop/03-insert-data/_rust_line.mdx | 1 - docs/zh/07-develop/03-insert-data/_rust_opts_json.mdx | 1 - docs/zh/07-develop/03-insert-data/_rust_opts_telnet.mdx | 1 - 9 files changed, 21 deletions(-) diff --git a/docs/en/07-develop/03-insert-data/02-influxdb-line.mdx b/docs/en/07-develop/03-insert-data/02-influxdb-line.mdx index be46ebf0c9..4110993705 100644 --- a/docs/en/07-develop/03-insert-data/02-influxdb-line.mdx +++ b/docs/en/07-develop/03-insert-data/02-influxdb-line.mdx @@ -55,9 +55,6 @@ For more details please refer to [InfluxDB Line Protocol](https://docs.influxdat - - - diff --git a/docs/en/07-develop/03-insert-data/03-opentsdb-telnet.mdx b/docs/en/07-develop/03-insert-data/03-opentsdb-telnet.mdx index 2061961e42..81e1169489 100644 --- a/docs/en/07-develop/03-insert-data/03-opentsdb-telnet.mdx +++ b/docs/en/07-develop/03-insert-data/03-opentsdb-telnet.mdx @@ -46,9 +46,6 @@ Please refer to [OpenTSDB Telnet API](http://opentsdb.net/docs/build/html/api_te - - - diff --git a/docs/en/07-develop/03-insert-data/04-opentsdb-json.mdx b/docs/en/07-develop/03-insert-data/04-opentsdb-json.mdx index a8f3423787..aad94c3d91 100644 --- a/docs/en/07-develop/03-insert-data/04-opentsdb-json.mdx +++ b/docs/en/07-develop/03-insert-data/04-opentsdb-json.mdx @@ -63,9 +63,6 @@ Please refer to [OpenTSDB HTTP API](http://opentsdb.net/docs/build/html/api_http - - - diff --git a/docs/zh/07-develop/03-insert-data/02-influxdb-line.mdx b/docs/zh/07-develop/03-insert-data/02-influxdb-line.mdx index 54f02c9147..f88284ad67 100644 --- a/docs/zh/07-develop/03-insert-data/02-influxdb-line.mdx +++ b/docs/zh/07-develop/03-insert-data/02-influxdb-line.mdx @@ -54,9 +54,6 @@ meters,location=California.LosAngeles,groupid=2 current=13.4,voltage=223,phase=0 - - - diff --git a/docs/zh/07-develop/03-insert-data/03-opentsdb-telnet.mdx b/docs/zh/07-develop/03-insert-data/03-opentsdb-telnet.mdx index 1cc402c3c0..4f63e17635 100644 --- a/docs/zh/07-develop/03-insert-data/03-opentsdb-telnet.mdx +++ b/docs/zh/07-develop/03-insert-data/03-opentsdb-telnet.mdx @@ -46,9 +46,6 @@ meters.current 1648432611250 11.3 location=California.LosAngeles groupid=3 - - - diff --git a/docs/zh/07-develop/03-insert-data/04-opentsdb-json.mdx b/docs/zh/07-develop/03-insert-data/04-opentsdb-json.mdx index 09cb698fba..b0257b9cb7 100644 --- a/docs/zh/07-develop/03-insert-data/04-opentsdb-json.mdx +++ b/docs/zh/07-develop/03-insert-data/04-opentsdb-json.mdx @@ -63,9 +63,6 @@ OpenTSDB JSON 格式协议采用一个 JSON 字符串表示一行或多行数据 - - - diff --git a/docs/zh/07-develop/03-insert-data/_rust_line.mdx b/docs/zh/07-develop/03-insert-data/_rust_line.mdx index dbb35d76bc..25d322f8a7 100644 --- a/docs/zh/07-develop/03-insert-data/_rust_line.mdx +++ b/docs/zh/07-develop/03-insert-data/_rust_line.mdx @@ -1,3 +1,2 @@ ```rust -{{#include docs/examples/rust/schemalessexample/examples/influxdb_line_example.rs}} ``` diff --git a/docs/zh/07-develop/03-insert-data/_rust_opts_json.mdx b/docs/zh/07-develop/03-insert-data/_rust_opts_json.mdx index cc2055510b..25d322f8a7 100644 --- a/docs/zh/07-develop/03-insert-data/_rust_opts_json.mdx +++ b/docs/zh/07-develop/03-insert-data/_rust_opts_json.mdx @@ -1,3 +1,2 @@ ```rust -{{#include docs/examples/rust/schemalessexample/examples/opentsdb_json_example.rs}} ``` diff --git a/docs/zh/07-develop/03-insert-data/_rust_opts_telnet.mdx b/docs/zh/07-develop/03-insert-data/_rust_opts_telnet.mdx index 109c0c5d01..25d322f8a7 100644 --- a/docs/zh/07-develop/03-insert-data/_rust_opts_telnet.mdx +++ b/docs/zh/07-develop/03-insert-data/_rust_opts_telnet.mdx @@ -1,3 +1,2 @@ ```rust -{{#include docs/examples/rust/schemalessexample/examples/opentsdb_telnet_example.rs}} ```