This is an automated email from the ASF dual-hosted git repository.
zhangliang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git
The following commit(s) were added to refs/heads/master by this push:
new ed27a97e332 Update format of doc (#38339)
ed27a97e332 is described below
commit ed27a97e332ea558aa53a54833ff24386efbde0d
Author: Liang Zhang <[email protected]>
AuthorDate: Wed Mar 4 17:11:47 2026 +0800
Update format of doc (#38339)
---
.../user-manual/common-config/builtin-algorithm/sharding.cn.md | 6 +++---
.../user-manual/common-config/builtin-algorithm/sharding.en.md | 8 ++++----
2 files changed, 7 insertions(+), 7 deletions(-)
diff --git
a/docs/document/content/user-manual/common-config/builtin-algorithm/sharding.cn.md
b/docs/document/content/user-manual/common-config/builtin-algorithm/sharding.cn.md
index a383af9d1c3..ef64bdc4a25 100644
---
a/docs/document/content/user-manual/common-config/builtin-algorithm/sharding.cn.md
+++
b/docs/document/content/user-manual/common-config/builtin-algorithm/sharding.cn.md
@@ -29,9 +29,9 @@ ShardingSphere 内置提供了多种分片算法,按照类型可以划分为
可配置属性:
-| *属性名称* | *数据类型* | *说明* |
-|----------------|--------|------|
-| sharding-count | int | 分片数量 |
+| *属性名称* | *数据类型* | *说明*
|
+|---------------------------------|---------|-------------------------------------------------------------------|
+| sharding-count | int | 分片数量
|
| normalize-numeric-int-range (?) | boolean | 是否将整型范围内的 `Long` 和 `BigInteger`
按 `Integer` 语义统一计算,以保证相同数值跨类型路由一致 | false |
#### 基于分片容量的范围分片算法
diff --git
a/docs/document/content/user-manual/common-config/builtin-algorithm/sharding.en.md
b/docs/document/content/user-manual/common-config/builtin-algorithm/sharding.en.md
index 1f2c4169da0..993c3715ac1 100644
---
a/docs/document/content/user-manual/common-config/builtin-algorithm/sharding.en.md
+++
b/docs/document/content/user-manual/common-config/builtin-algorithm/sharding.en.md
@@ -31,10 +31,10 @@ Type: HASH_MOD
Attributes:
-| *Name* | *DataType* | *Description* |
-|----------------|------------|----------------|
-| sharding-count | int | Sharding count |
-| normalize-numeric-int-range (?) | boolean | Whether to normalize `Long` and
`BigInteger` values in integer range to integer semantics for consistent
routing across numeric types | false |
+| *Name* | *DataType* | *Description*
|
+|---------------------------------|------------|---------------------------------------------------------------------------------------------------------------------------------------|
+| sharding-count | int | Sharding count
|
+| normalize-numeric-int-range (?) | boolean | Whether to normalize `Long`
and `BigInteger` values in integer range to integer semantics for consistent
routing across numeric types | false |
#### Volume Based Range Sharding Algorithm