Skip to content

Commit

Permalink
fix(doc): clean up docs, remove messy markdown symbols
Browse files Browse the repository at this point in the history
Signed-off-by: Jianxiang Ran <rxan_embedded@163.com>
  • Loading branch information
superrxan authored and ngjaying committed Dec 2, 2021
1 parent 83009c5 commit 2541cfe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/en_US/edgex/edgex_rule_engine_tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/en_US/sqls/data_types.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/zh_CN/sqls/data_types.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
| 3 | string | 文本值,由 Unicode 字符组成。 |
| 4 | datetime | 日期时间类型。 |
| 5 | boolean | 布尔类型,值可以是`true` 或者 `false`|
| 6 | array | 数组类型可以是简单数据或结构类型中的任何类型(#1-#5和#7)|
| 6 | array | 数组类型可以是简单数据或结构类型中的任何类型。 |
| 7 | struct | 复杂类型。 名称/值对的集合。 值必须是受支持的数据类型。 |

## 比较和计算的兼容性
Expand Down

0 comments on commit 2541cfe

Please sign in to comment.