This is an automated email from the ASF dual-hosted git repository.

soulasuna 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 2ab878e72d9 fix a bug (#20403)
2ab878e72d9 is described below

commit 2ab878e72d9e5eccf02e3c6eabf86dc51a60a114
Author: Mike0601 <[email protected]>
AuthorDate: Mon Aug 22 18:20:36 2022 +0800

    fix a bug (#20403)
---
 .../yaml-config/rules/shadow.en.md                 | 38 +++++++++++-----------
 1 file changed, 19 insertions(+), 19 deletions(-)

diff --git 
a/docs/document/content/user-manual/shardingsphere-jdbc/yaml-config/rules/shadow.en.md
 
b/docs/document/content/user-manual/shardingsphere-jdbc/yaml-config/rules/shadow.en.md
index 122e3e84406..b94f28041af 100644
--- 
a/docs/document/content/user-manual/shardingsphere-jdbc/yaml-config/rules/shadow.en.md
+++ 
b/docs/document/content/user-manual/shardingsphere-jdbc/yaml-config/rules/shadow.en.md
@@ -16,34 +16,34 @@ rules:
 
 ###  Configurable attributes
 
-| *Name*  | *Description*  | *Default*  |
-| ------- | ------ | ----- |
-| dataSources | shadow DB logical data source mapping the configuration list | 
none |
-| tables | shadow table configuration list | none |
-| defaultShadowAlgorithmName | name of default shadow algorithm | none, option 
|
-| shadowAlgorithms | shadow algorithm configuration list | none |
+| *Name*                     | *Description*                                   
                 | *Default*    |
+| -------------------------- | 
---------------------------------------------------------------- | ------------ 
|
+| dataSources                | shadow DB logical data source mapping the 
configuration list     | none         |
+| tables                     | shadow table configuration list                 
                 | none         |
+| defaultShadowAlgorithmName | name of default shadow algorithm                
                 | none, option |
+| shadowAlgorithms           | shadow algorithm configuration list             
                 | none         |
 
 ### Shadow data source configuration
 
-| *Name*  | *Description*  | *Default*  |
-| ------- | ------ | ----- |
-| dataSourceName | shadow DB logical data source name | 无 |
-| sourceDataSourceName | production data source name | 无 |
-| shadowDataSourceName | shadow data source name | 无 |
+| *Name*               | *Description*                      | *Default*  |
+| -------------------- | ---------------------------------- | ---------- |
+| dataSourceName       | shadow DB logical data source name | none       |
+| sourceDataSourceName | production data source name        | none       |
+| shadowDataSourceName | shadow data source name            | none       |
 
 ### Shadow table configuration
 
-| *Name*  | *Description*  | *Default*  |
-| ------- | ------ | ----- |
-| dataSourceNames | shadow table associates shadow DB logical data source name 
list | 无 |
-| shadowAlgorithmNames | shadow table associates shadow algorithm name list | 
无 |
+| *Name*               | *Description*                                         
          | *Default*  |
+| -------------------- | 
--------------------------------------------------------------- | ---------- |
+| dataSourceNames      | shadow table associates shadow DB logical data source 
name list | none       |
+| shadowAlgorithmNames | shadow table associates shadow algorithm name list    
          | none       |
 
 ### Shadow algorithm configuration
 
-| *Name*  | *Description*  | *Default*  |
-| ------- | ------ | ----- |
-| type | shadow algorithm type | none |
-| props | shadow algorithm configuration | none |
+| *Name*  | *Description*                  | *Default*  |
+| ------- | ------------------------------ | ---------- |
+| type    | shadow algorithm type          | none       |
+| props   | shadow algorithm configuration | none       |
 
 Please refer to [Built-in shadow algorithm 
list](/en/user-manual/common-config/builtin-algorithm/shadow) for more details.
 

Reply via email to