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

jianglongtao 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 8223d7cd33a Fix DistSQL documents display order issue (#23307)
8223d7cd33a is described below

commit 8223d7cd33a0cd3bd3a0b7ac25faf14c59909058
Author: Zichao <[email protected]>
AuthorDate: Wed Jan 4 03:00:46 2023 +1300

    Fix DistSQL documents display order issue (#23307)
    
    * Fix DistSQL documents display order issue
    
    * Fix DistSQL documents display order issue
---
 .../user-manual/shardingsphere-proxy/distsql/syntax/reserved-word.cn.md | 2 +-
 .../user-manual/shardingsphere-proxy/distsql/syntax/reserved-word.en.md | 2 +-
 .../content/user-manual/shardingsphere-proxy/distsql/usage/_index.cn.md | 2 +-
 .../content/user-manual/shardingsphere-proxy/distsql/usage/_index.en.md | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git 
a/docs/document/content/user-manual/shardingsphere-proxy/distsql/syntax/reserved-word.cn.md
 
b/docs/document/content/user-manual/shardingsphere-proxy/distsql/syntax/reserved-word.cn.md
index 3c3067bc447..abc78945638 100644
--- 
a/docs/document/content/user-manual/shardingsphere-proxy/distsql/syntax/reserved-word.cn.md
+++ 
b/docs/document/content/user-manual/shardingsphere-proxy/distsql/syntax/reserved-word.cn.md
@@ -1,6 +1,6 @@
 +++
 title = "保留字"
-weight = 2
+weight = 5
 +++
 
 ## RDL
diff --git 
a/docs/document/content/user-manual/shardingsphere-proxy/distsql/syntax/reserved-word.en.md
 
b/docs/document/content/user-manual/shardingsphere-proxy/distsql/syntax/reserved-word.en.md
index 52f6883112b..7d13a0c8633 100644
--- 
a/docs/document/content/user-manual/shardingsphere-proxy/distsql/syntax/reserved-word.en.md
+++ 
b/docs/document/content/user-manual/shardingsphere-proxy/distsql/syntax/reserved-word.en.md
@@ -1,6 +1,6 @@
 +++
 title = "Reserved word"
-weight = 2
+weight = 5
 +++
 
 ## RDL
diff --git 
a/docs/document/content/user-manual/shardingsphere-proxy/distsql/usage/_index.cn.md
 
b/docs/document/content/user-manual/shardingsphere-proxy/distsql/usage/_index.cn.md
index e52a4e8927c..ac0bebf95c4 100644
--- 
a/docs/document/content/user-manual/shardingsphere-proxy/distsql/usage/_index.cn.md
+++ 
b/docs/document/content/user-manual/shardingsphere-proxy/distsql/usage/_index.cn.md
@@ -1,6 +1,6 @@
 +++
 title = "使用"
-weight = 1
+weight = 2
 chapter = true
 +++
 
diff --git 
a/docs/document/content/user-manual/shardingsphere-proxy/distsql/usage/_index.en.md
 
b/docs/document/content/user-manual/shardingsphere-proxy/distsql/usage/_index.en.md
index 17da2be6125..c53dba17ba2 100644
--- 
a/docs/document/content/user-manual/shardingsphere-proxy/distsql/usage/_index.en.md
+++ 
b/docs/document/content/user-manual/shardingsphere-proxy/distsql/usage/_index.en.md
@@ -1,6 +1,6 @@
 +++
 title = "Usage"
-weight = 1
+weight = 2
 chapter = true
 +++
 

Reply via email to