You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by pa...@apache.org on 2021/08/04 05:12:34 UTC

[shardingsphere] branch master updated: Improve document (#11632)

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

panjuan 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 9f9bc59  Improve document (#11632)
9f9bc59 is described below

commit 9f9bc59a86fbb14f61bc02e031ca19da21e62236
Author: Haoran Meng <me...@gmail.com>
AuthorDate: Wed Aug 4 13:11:17 2021 +0800

    Improve document (#11632)
---
 .../others/api-change-history/shardingsphere-proxy/_index.en.md     | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/document/content/others/api-change-history/shardingsphere-proxy/_index.en.md b/docs/document/content/others/api-change-history/shardingsphere-proxy/_index.en.md
index e74d3ce..3f0b7a9 100644
--- a/docs/document/content/others/api-change-history/shardingsphere-proxy/_index.en.md
+++ b/docs/document/content/others/api-change-history/shardingsphere-proxy/_index.en.md
@@ -7,7 +7,7 @@ chapter = true
 
 ## 5.0.0-beta
 
-#### Configuration Item Explanation
+### Configuration Item Explanation
 
 ```yaml
 
@@ -38,7 +38,7 @@ props:
 
 ## 4.1.1
 
-#### Configuration Item Explanation
+### Configuration Item Explanation
 
 ```yaml
 
@@ -59,4 +59,4 @@ props:
   executor.size: 16  # Infinite by default.
   proxy.frontend.flush.threshold: 128  # The default value is 128.
     # LOCAL: Proxy will run with LOCAL transaction.
-```
\ No newline at end of file
+```