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

membphis pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix.git


The following commit(s) were added to refs/heads/master by this push:
     new 17ae333  doc: fix capitalization and image alt attributes (#4008)
17ae333 is described below

commit 17ae333df464c0e811ee538f3df7ef6ee9ef8601
Author: John Bampton <jbamp...@users.noreply.github.com>
AuthorDate: Thu May 6 15:37:35 2021 +1000

    doc: fix capitalization and image alt attributes (#4008)
    
    Remove unneeded blank line
---
 CODE_STYLE.md            | 2 +-
 LICENSE                  | 1 -
 README.md                | 2 +-
 docs/es/latest/README.md | 2 +-
 docs/zh/latest/README.md | 2 +-
 kubernetes/README.md     | 4 ++--
 6 files changed, 6 insertions(+), 7 deletions(-)

diff --git a/CODE_STYLE.md b/CODE_STYLE.md
index c20f73b..9543215 100644
--- a/CODE_STYLE.md
+++ b/CODE_STYLE.md
@@ -21,7 +21,7 @@ title: APISIX Lua Coding Style Guide
 #
 -->
 
-## indentation
+## Indentation
 
 Use 4 spaces as an indent:
 
diff --git a/LICENSE b/LICENSE
index 1e50066..0474b54 100644
--- a/LICENSE
+++ b/LICENSE
@@ -216,4 +216,3 @@ The following components are provided under the Apache 
License. See project link
 The text of each license is the standard Apache 2.0 license.
 
    ewma.lua file from kubernetes/ingress-nginx: 
https://github.com/kubernetes/ingress-nginx Apache 2.0
-
diff --git a/README.md b/README.md
index 8272281..f85b6d7 100644
--- a/README.md
+++ b/README.md
@@ -34,7 +34,7 @@ It can also be used as a [k8s ingress 
controller](https://github.com/apache/apis
 
 The technical architecture of Apache APISIX:
 
-![](docs/assets/images/apisix.png)
+![Technical architecture of Apache APISIX](docs/assets/images/apisix.png)
 
 ## Community
 
diff --git a/docs/es/latest/README.md b/docs/es/latest/README.md
index bdbedc6..975bc7c 100644
--- a/docs/es/latest/README.md
+++ b/docs/es/latest/README.md
@@ -36,7 +36,7 @@ También puede usarse como [k8s ingress controller (control de 
ingreso)](https:/
 
 La arquitectura técnica de Apache APISIX:
 
-![](../../assets/images/apisix.png)
+![La arquitectura técnica de Apache APISIX](../../assets/images/apisix.png)
 
 ## Communidad
 
diff --git a/docs/zh/latest/README.md b/docs/zh/latest/README.md
index 641dcba..88f2718 100644
--- a/docs/zh/latest/README.md
+++ b/docs/zh/latest/README.md
@@ -34,7 +34,7 @@ title: Apache APISIX
 
 Apache APISIX 的技术架构如下图所示:
 
-![](../../assets/images/apisix.png)
+![Apache APISIX 的技术架构](../../assets/images/apisix.png)
 
 ## 社区
 
diff --git a/kubernetes/README.md b/kubernetes/README.md
index 0afc71c..da88532 100644
--- a/kubernetes/README.md
+++ b/kubernetes/README.md
@@ -17,7 +17,7 @@
 #
 -->
 
-### kubernetes
+### Kubernetes
 
 There are some yaml files for deploying apisix in Kubernetes.
 
@@ -35,7 +35,7 @@ if you do not need to change any config, and use default 
config in `../conf/conf
 $ kubectl create configmap apisix-gw-config.yaml 
--from-file=../conf/config.yaml
 ```
 
-#### when using etcd-operator
+#### When using etcd-operator
 
 when using etcd-operator, you need to change `apisix-gw-config-cm.yaml`:
 

Reply via email to