You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by yy...@apache.org on 2022/12/01 10:47:40 UTC

[shardingsphere] branch yy2so-patch-1 created (now 8a0902f3e71)

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

yy2so pushed a change to branch yy2so-patch-1
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git


      at 8a0902f3e71 Update rules.en.md

This branch includes the following new commits:

     new 8a0902f3e71 Update rules.en.md

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[shardingsphere] 01/01: Update rules.en.md

Posted by yy...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

yy2so pushed a commit to branch yy2so-patch-1
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git

commit 8a0902f3e71dc5b3c141040ac6da74b0f5d326be
Author: Yacine Si Tayeb <86...@users.noreply.github.com>
AuthorDate: Thu Dec 1 18:47:33 2022 +0800

    Update rules.en.md
---
 .../user-manual/shardingsphere-proxy/yaml-config/rules.en.md        | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/document/content/user-manual/shardingsphere-proxy/yaml-config/rules.en.md b/docs/document/content/user-manual/shardingsphere-proxy/yaml-config/rules.en.md
index a1926262a52..8d1d8463e9f 100644
--- a/docs/document/content/user-manual/shardingsphere-proxy/yaml-config/rules.en.md
+++ b/docs/document/content/user-manual/shardingsphere-proxy/yaml-config/rules.en.md
@@ -5,16 +5,16 @@ weight = 3
 
 ## Background
 
-This section describes how to configure the rules for ShardingSphere-Proxy.
+This section explains how to configure the ShardingSphere-Proxy rules.
 
 ## Parameters Explained
 
-Rules configuration of ShardingSphere-Proxy is the same as that of ShardingSphere-JDBC.
+Rules configuration for ShardingSphere-Proxy is the same as ShardingSphere-JDBC.
 For details, please refer to [ShardingSphere-JDBC Rules Configuration](/en/user-manual/shardingsphere-jdbc/yaml-config/rules/).
 
 ## Notice
 
-Unlike ShardingSphere-JDBC, the following rules need to be configured in `server.yaml` of ShardingSphere-Proxy:
+Unlike ShardingSphere-JDBC, the following rules need to be configured in ShardingSphere-Proxy's `server.yaml`:
 
 * [SQL Parsing](/en/user-manual/shardingsphere-jdbc/yaml-config/rules/sql-parser/)
 ```yaml