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

tokers pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-ingress-controller.git


The following commit(s) were added to refs/heads/master by this push:
     new df5f894  docs: move install.md location to top level directory (#268)
df5f894 is described below

commit df5f8949eebbb97c5e88de97624c865766957188
Author: Cliff Su <stu01...@yahoo.com.tw>
AuthorDate: Thu Feb 25 13:12:58 2021 +0800

    docs: move install.md location to top level directory (#268)
---
 README.md                               |  2 +-
 docs/en/latest/install.md => install.md | 16 ++++++++--------
 2 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/README.md b/README.md
index 72d50ee..0651d1c 100644
--- a/README.md
+++ b/README.md
@@ -85,7 +85,7 @@ Get more [implementation details](./docs/en/latest/design.md).
 
 ## Get started
 
-* [How to install](./docs/en/latest/install.md)
+* [How to install](./install.md)
 
 ## Todos
 
diff --git a/docs/en/latest/install.md b/install.md
similarity index 65%
rename from docs/en/latest/install.md
rename to install.md
index b920874..97173e4 100644
--- a/docs/en/latest/install.md
+++ b/install.md
@@ -21,13 +21,13 @@
 
 This is an index page about installing Ingress APISIX in several environments. 
Click the following links on demands.
 
-* [Install Ingress APISIX on Azure AKS](deployments/azure.md)
-* [Install Ingress APISIX on AWS EKS](deployments/aws.md)
-* [Install Ingress APISIX on ACK](deployments/ack.md)
-* [Install Ingress APISIX on Google Cloud GKE](deployments/gke.md)
-* [Install Ingress APISIX on Minikube](deployments/minikube.md)
-* [Install Ingress APISIX on KubeSphere](deployments/kubesphere.md)
-* [Install Ingress APISIX on K3S and RKE](deployments/k3s-rke.md)
+* [Install Ingress APISIX on Azure AKS](./docs/en/latest/deployments/azure.md)
+* [Install Ingress APISIX on AWS EKS](./docs/en/latest/deployments/aws.md)
+* [Install Ingress APISIX on ACK](./docs/en/latest/deployments/ack.md)
+* [Install Ingress APISIX on Google Cloud 
GKE](./docs/en/latest/deployments/gke.md)
+* [Install Ingress APISIX on 
Minikube](./docs/en/latest/deployments/minikube.md)
+* [Install Ingress APISIX on 
KubeSphere](./docs/en/latest/deployments/kubesphere.md)
+* [Install Ingress APISIX on K3S and 
RKE](./docs/en/latest/deployments/k3s-rke.md)
 
 ## Kustomize Support
 
@@ -42,4 +42,4 @@ Parameters are hardcoded so if the default values are not 
good for you, just twe
 
 ## Verify Installation
 
-There are a lot of use examples (See [samples](./samples/index.md) for more 
details), try to follow the operations there to verify the installation.
+There are a lot of use examples (See 
[samples](./docs/en/latest/samples/index.md) for more details), try to follow 
the operations there to verify the installation.

Reply via email to