From 2541cfe58ac1870a48c9255fd45a780cf7fa73d6 Mon Sep 17 00:00:00 2001 From: Jianxiang Ran Date: Thu, 2 Dec 2021 16:28:46 +0800 Subject: [PATCH] fix(doc): clean up docs, remove messy markdown symbols Signed-off-by: Jianxiang Ran --- docs/en_US/edgex/edgex_rule_engine_tutorial.md | 2 +- docs/en_US/sqls/data_types.md | 2 +- docs/zh_CN/sqls/data_types.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/en_US/edgex/edgex_rule_engine_tutorial.md b/docs/en_US/edgex/edgex_rule_engine_tutorial.md index 5500a30b07..d1febeeb12 100644 --- a/docs/en_US/edgex/edgex_rule_engine_tutorial.md +++ b/docs/en_US/edgex/edgex_rule_engine_tutorial.md @@ -105,7 +105,7 @@ add these in ``environment`` part and make sure the image is ``1.4.0`` or later. CONNECTION__EDGEX__MQTTMSGBUS__OPTIONAL__PASSWORD: password EDGEX__DEFAULT__CONNECTIONSELECTOR: edgex.mqttMsgBus ``` -After these modifications and eKuiper starts up, please read [this](../rules/sinks/edgex.md#connectionreusepublishexample) to learn how to refer to the connection info +After these modifications and eKuiper starts up, please read [this](../rules/sinks/edgex.md#connection-reuse-publish-example) to learn how to refer to the connection info #### Use Redis as KV storage diff --git a/docs/en_US/sqls/data_types.md b/docs/en_US/sqls/data_types.md index 5f596a0437..cc54fbe81c 100644 --- a/docs/en_US/sqls/data_types.md +++ b/docs/en_US/sqls/data_types.md @@ -15,7 +15,7 @@ Below is the list of data types supported. | 3 | string | Text values, comprised of Unicode characters. | | 4 | datetime | datatime type. | | 5 | boolean | The boolean type, the value could be ``true`` or ``false``. | -| 6 | array | The array type, can be any types from simple data or struct type (#1 - #5, and #7). | +| 6 | array | The array type, can be any types from simple data or struct type | | 7 | struct | The complex type. Set of name/value pairs. Values must be of supported data type. | ## Compatibility of comparison and calculation diff --git a/docs/zh_CN/sqls/data_types.md b/docs/zh_CN/sqls/data_types.md index 716f7fc401..d069f27803 100755 --- a/docs/zh_CN/sqls/data_types.md +++ b/docs/zh_CN/sqls/data_types.md @@ -15,7 +15,7 @@ | 3 | string | 文本值,由 Unicode 字符组成。 | | 4 | datetime | 日期时间类型。 | | 5 | boolean | 布尔类型,值可以是`true` 或者 `false`。 | -| 6 | array | 数组类型可以是简单数据或结构类型中的任何类型(#1-#5和#7)。 | +| 6 | array | 数组类型可以是简单数据或结构类型中的任何类型。 | | 7 | struct | 复杂类型。 名称/值对的集合。 值必须是受支持的数据类型。 | ## 比较和计算的兼容性