You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by ji...@apache.org on 2023/06/14 08:58:06 UTC

[shardingsphere-on-cloud] branch main updated: docs: fix markdown image and adjust english version (#418)

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

jianglongtao pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/shardingsphere-on-cloud.git


The following commit(s) were added to refs/heads/main by this push:
     new a0e8445  docs: fix markdown image and adjust english version (#418)
a0e8445 is described below

commit a0e844502e892c393509505a2ed432540f23ba89
Author: liyao <ma...@126.com>
AuthorDate: Wed Jun 14 16:57:59 2023 +0800

    docs: fix markdown image and adjust english version (#418)
    
    * docs: update image
    
    Signed-off-by: mlycore <ma...@126.com>
    
    * docs: update crd name
    
    Signed-off-by: mlycore <ma...@126.com>
    
    * docs: adjust English version
    
    Signed-off-by: mlycore <ma...@126.com>
    
    * chore: fix typo
    
    Signed-off-by: mlycore <ma...@126.com>
    
    ---------
    
    Signed-off-by: mlycore <ma...@126.com>
---
 docs/content/features/DBRE/_index.en.md            |   6 ++++++
 .../features/EcosystemExtensions/_index.cn.md      |   2 +-
 .../features/EcosystemExtensions/_index.en.md      |   7 +++++++
 docs/content/features/QuickDeployment/_index.en.md |   6 ++++++
 .../features/ShardingSphereChaos/_index.en.md      |   6 ++++++
 docs/content/quick-start/_index.en.md              |   2 +-
 .../quick-start/aws-quick-deployment/_index.en.md  |   4 ++--
 .../user-manual/cn-sn-operator/_index.cn.md        |   5 +++--
 docs/static/img/user-manual/chaos-concepts-1.png   | Bin 22438 -> 174060 bytes
 docs/static/img/user-manual/cn-concepts-1.png      | Bin 23906 -> 172193 bytes
 docs/static/img/user-manual/sn-concepts-1.png      | Bin 27343 -> 212212 bytes
 11 files changed, 32 insertions(+), 6 deletions(-)

diff --git a/docs/content/features/DBRE/_index.en.md b/docs/content/features/DBRE/_index.en.md
new file mode 100644
index 0000000..bb5f7e0
--- /dev/null
+++ b/docs/content/features/DBRE/_index.en.md
@@ -0,0 +1,6 @@
++++
+pre = "<b>3.2 </b>"
+title = "Database Reliability Engineering"
+weight = 2
+chapter = true
++++
diff --git a/docs/content/features/EcosystemExtensions/_index.cn.md b/docs/content/features/EcosystemExtensions/_index.cn.md
index 0c08f93..5dd4185 100644
--- a/docs/content/features/EcosystemExtensions/_index.cn.md
+++ b/docs/content/features/EcosystemExtensions/_index.cn.md
@@ -120,4 +120,4 @@ function pisa_crc32(str, mod) {
 }
 //...
 ```
-可以看到,通过 Wasm 用户不仅可以扩张 ShardingSphere 本身对功能,还可以扩展更多的技术栈。
+可以看到,通过 Wasm 用户不仅可以扩展 ShardingSphere 本身的功能,还可以扩展更多的技术栈。
diff --git a/docs/content/features/EcosystemExtensions/_index.en.md b/docs/content/features/EcosystemExtensions/_index.en.md
new file mode 100644
index 0000000..6a12e40
--- /dev/null
+++ b/docs/content/features/EcosystemExtensions/_index.en.md
@@ -0,0 +1,7 @@
++++
+pre = "<b>3.4 </b>"
+title = "Ecosystem"
+weight = 4
+chapter = true
++++
+
diff --git a/docs/content/features/QuickDeployment/_index.en.md b/docs/content/features/QuickDeployment/_index.en.md
new file mode 100644
index 0000000..f71f13a
--- /dev/null
+++ b/docs/content/features/QuickDeployment/_index.en.md
@@ -0,0 +1,6 @@
++++
+pre = "<b>3.1 </b>"
+title = "Deployment on Cloud"
+weight = 1
+chapter = true
++++
diff --git a/docs/content/features/ShardingSphereChaos/_index.en.md b/docs/content/features/ShardingSphereChaos/_index.en.md
new file mode 100644
index 0000000..32b12a5
--- /dev/null
+++ b/docs/content/features/ShardingSphereChaos/_index.en.md
@@ -0,0 +1,6 @@
++++
+pre = "<b>3.3 </b>"
+title = "ShardingSphere Chaos"
+weight = 3
+chapter = true
++++
diff --git a/docs/content/quick-start/_index.en.md b/docs/content/quick-start/_index.en.md
index e1f8728..7dc7ef0 100644
--- a/docs/content/quick-start/_index.en.md
+++ b/docs/content/quick-start/_index.en.md
@@ -7,5 +7,5 @@ chapter = true
 
 Inspired by Infrastructure as Code, Apache ShardingSphere deployment is described and modeled in codes, and supports common cloud environment like AWS and Kubernetes quick deployment: 
 
-- [Using Helm Charts to deploy ShardingSphere Proxy on Kubernetes](/en/quick-start/kubernetes-quick-deployment/)
 - [Using CloudFormation to deploy ShardingSphere Proxy on AWS](/en/quick-start/aws-quick-deployment/)
+- [Using Helm Charts to deploy ShardingSphere Proxy on Kubernetes](/en/quick-start/kubernetes-quick-deployment/)
diff --git a/docs/content/quick-start/aws-quick-deployment/_index.en.md b/docs/content/quick-start/aws-quick-deployment/_index.en.md
index 4185cba..8b75a0f 100644
--- a/docs/content/quick-start/aws-quick-deployment/_index.en.md
+++ b/docs/content/quick-start/aws-quick-deployment/_index.en.md
@@ -1,7 +1,7 @@
 +++
-pre = "<b>2.2 </b>"
+pre = "<b>2.1 </b>"
 title = "ShardingSphere CloudFormation Quick Start"
-weight = 2
+weight = 1
 chapter = true
 +++
 
diff --git a/docs/content/user-manual/cn-sn-operator/_index.cn.md b/docs/content/user-manual/cn-sn-operator/_index.cn.md
index 794db55..a71b2a2 100644
--- a/docs/content/user-manual/cn-sn-operator/_index.cn.md
+++ b/docs/content/user-manual/cn-sn-operator/_index.cn.md
@@ -69,11 +69,12 @@ helm install shardingsphere-cluster apache-shardingsphere-operator-charts -n sha
 
 ## CRD 介绍
 
-### ShardingSphereProxy 和 ShardingSphereProxyServerConfig
+### ShardingSphereProxy 
+
+ShardingSphereProxy 和 ShardingSphereProxyServerConfig 提供了对 ShardingSphereProxy 部署和配置的基本描述,Operator 会将 CRD 中提供的配置转换为对应的 Kubernetes 负载并提交创建。其中 ShardingSphereProxy 主要影响基础资源相关配置,ShardingSphereProxyServerConfig 影响 `server.yaml` 等运行时配置。
 
 注意:ShardingSphereProxy 和 ShardingSphereProxyServerConfig 计划于 0.4.0 版本起停止支持。
 
-ShardingSphereProxy 和 ShardingSphereProxyServerConfig 提供了对 ShardingSphereProxy 部署和配置的基本描述,Operator 会将 CRD 中提供的配置转换为对应的 Kubernetes 负载并提交创建。其中 ShardingSphereProxy 主要影响基础资源相关配置,ShardingSphereProxyServerConfig 影响 `server.yaml` 等运行时配置。
  
 #### 字段说明
 
diff --git a/docs/static/img/user-manual/chaos-concepts-1.png b/docs/static/img/user-manual/chaos-concepts-1.png
index bd9fafe..33777e6 100644
Binary files a/docs/static/img/user-manual/chaos-concepts-1.png and b/docs/static/img/user-manual/chaos-concepts-1.png differ
diff --git a/docs/static/img/user-manual/cn-concepts-1.png b/docs/static/img/user-manual/cn-concepts-1.png
index 1b1b165..cc279ca 100644
Binary files a/docs/static/img/user-manual/cn-concepts-1.png and b/docs/static/img/user-manual/cn-concepts-1.png differ
diff --git a/docs/static/img/user-manual/sn-concepts-1.png b/docs/static/img/user-manual/sn-concepts-1.png
index 4de8590..0264656 100644
Binary files a/docs/static/img/user-manual/sn-concepts-1.png and b/docs/static/img/user-manual/sn-concepts-1.png differ