This is an automated email from the ASF dual-hosted git repository.
zhangliang 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 52bcdc9 Add English docs of the syntax of SCTL(#10928) (#10945)
52bcdc9 is described below
commit 52bcdc9e7534b942ad840c1a19790a17927e537d
Author: yx9o <[email protected]>
AuthorDate: Wed Jun 23 18:28:46 2021 +0800
Add English docs of the syntax of SCTL(#10928) (#10945)
---
docs/document/content/features/dist-sql/syntax/_index.en.md | 2 +-
docs/document/content/features/dist-sql/syntax/sctl/_index.en.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/document/content/features/dist-sql/syntax/_index.en.md
b/docs/document/content/features/dist-sql/syntax/_index.en.md
index 57465c0..a92ec0e 100644
--- a/docs/document/content/features/dist-sql/syntax/_index.en.md
+++ b/docs/document/content/features/dist-sql/syntax/_index.en.md
@@ -5,4 +5,4 @@ weight = 1
chapter = true
+++
-## TODO
+This chapter describes the syntax of DistSQL in detail, and introduces use of
DistSQL with practical examples.
diff --git a/docs/document/content/features/dist-sql/syntax/sctl/_index.en.md
b/docs/document/content/features/dist-sql/syntax/sctl/_index.en.md
index b93177d..1f1a820 100644
--- a/docs/document/content/features/dist-sql/syntax/sctl/_index.en.md
+++ b/docs/document/content/features/dist-sql/syntax/sctl/_index.en.md
@@ -5,4 +5,4 @@ weight = 3
chapter = true
+++
-## TODO
+This chapter describes the syntax of SCTL in detail, and introduces the use
method of SCTL in combination with use practices.