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

menghaoran 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 1df37eb3fb9 title was showing two times in the official website 
(#18191)
1df37eb3fb9 is described below

commit 1df37eb3fb9922e0a2f109b7e8d45990c51a495e
Author: Swastika Gupta <[email protected]>
AuthorDate: Mon Jun 6 11:54:48 2022 +0530

    title was showing two times in the official website (#18191)
    
    * title was showing two times
    
    * Update helm.cn.md
---
 .../user-manual/shardingsphere-proxy/startup/helm.cn.md      |  8 +++-----
 .../user-manual/shardingsphere-proxy/startup/helm.en.md      | 12 +++++-------
 2 files changed, 8 insertions(+), 12 deletions(-)

diff --git 
a/docs/document/content/user-manual/shardingsphere-proxy/startup/helm.cn.md 
b/docs/document/content/user-manual/shardingsphere-proxy/startup/helm.cn.md
index eb76881a129..5fafbc9a26b 100644
--- a/docs/document/content/user-manual/shardingsphere-proxy/startup/helm.cn.md
+++ b/docs/document/content/user-manual/shardingsphere-proxy/startup/helm.cn.md
@@ -3,8 +3,6 @@ title = "使用 Helm"
 weight = 3
 +++
 
-# 使用 Helm
-
 使用 [Helm](https://helm.sh/) 在 Kubernetes 集群中引导 ShardingSphere-Proxy 实例进行安装。
 
 ## 快速入门
@@ -18,11 +16,11 @@ helm install shardingsphere-proxy 
shardingsphere/shardingsphere-proxy
 
 ### 必要条件
 
-kubernetes 1.18+
+1. kubernetes 1.18+
 
-kubectl
+2. kubectl
 
-helm 3.2.0+
+3. helm 3.2.0+
 
 可以动态申请 PV(Persistent Volumes) 的 StorageClass 已持久化数据。
 
diff --git 
a/docs/document/content/user-manual/shardingsphere-proxy/startup/helm.en.md 
b/docs/document/content/user-manual/shardingsphere-proxy/startup/helm.en.md
index 83ac30ba150..5a872137562 100644
--- a/docs/document/content/user-manual/shardingsphere-proxy/startup/helm.en.md
+++ b/docs/document/content/user-manual/shardingsphere-proxy/startup/helm.en.md
@@ -3,8 +3,6 @@ title = "Use Helm"
 weight = 3
 +++
 
-# Use Helm
-
 Use [Helm](https://helm.sh/) to provide guidance for the installation of 
ShardingSphere-Proxy instance in Kubernetes cluster.
 
 ## Quick Start
@@ -18,24 +16,24 @@ helm install shardingsphere-proxy 
shardingsphere/shardingsphere-proxy
 
 ### Requirements
 
-Kubernetes 1.18+
+1. Kubernetes 1.18+
 
-kubectl
+2. kubectl
 
-Helm 3.2.0+
+3. Helm 3.2.0+
 
 Use StorageClass to allow dynamic provisioning of Persistent Volumes (PV) for 
data persistent.
 
 ### Install
 
 #### Online installation     
-Add ShardingSphere-Proxy to the local helm repo:
+1. Add ShardingSphere-Proxy to the local helm repo:
 
 ```shell
 helm repo add shardingsphere https://shardingsphere.apache.org/charts
 ```
 
-Install ShardingSphere-Proxy charts:
+2. Install ShardingSphere-Proxy charts:
 
 ```shell
 helm install shardingsphere-proxy shardingsphere/shardingsphere-proxy

Reply via email to