This is an automated email from the ASF dual-hosted git repository.
duanzhengqiang 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 bccda9edf4e Update _index.en.md (#19669)
bccda9edf4e is described below
commit bccda9edf4e63731cdd8d8ba6bcf4c528991956b
Author: Mike0601 <[email protected]>
AuthorDate: Fri Jul 29 11:09:17 2022 +0800
Update _index.en.md (#19669)
---
docs/document/content/reference/encrypt/_index.en.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/document/content/reference/encrypt/_index.en.md
b/docs/document/content/reference/encrypt/_index.en.md
index 80c4eb5b7a3..8d7960c1d97 100644
--- a/docs/document/content/reference/encrypt/_index.en.md
+++ b/docs/document/content/reference/encrypt/_index.en.md
@@ -1,7 +1,7 @@
+++
-pre = "<b>7.6. </b>"
+pre = "<b>7.9. </b>"
title = "Encryption"
-weight = 7
+weight = 9
+++
Apache ShardingSphere parses the SQL entered by users and rewrites the SQL
according to the encryption rules provided by users, to encrypt the source data
and store the source data (optional) and ciphertext data in the underlying
database.