Skip to content

Commit

Permalink
docs: tells users where they are (#316)
Browse files Browse the repository at this point in the history
Co-authored-by: 琚致远 <[email protected]>
  • Loading branch information
iamayushdas and juzhiyuan authored Mar 28, 2021
1 parent f539fde commit 8277995
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 8 deletions.
5 changes: 5 additions & 0 deletions docs/en/latest/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
{
"version": "0.3.0",
"sidebar": [
{
"type": "link",
"label": "Apache APISIX Ingress Controller",
"href": "https://apisix.apache.org/docs/ingress-controller/getting-started/"
},
{
"type": "category",
"label": "Getting Started",
Expand Down
2 changes: 1 addition & 1 deletion docs/en/latest/deployments/ack.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ This document explains how to install Ingress APISIX on [ali-cloud ACK](https://
cd /path/to/apisix-helm-chart
helm repo add bitnami https://charts.bitnami.com/bitnami
helm repo add apisix https://charts.apiseven.com
# Use `hem search repo apisix` to search charts about apisix
# Use `helm search repo apisix` to search charts about apisix
helm repo update
helm install apisix apisix/apisix \
--set gateway.type=LoadBalancer \
Expand Down
2 changes: 1 addition & 1 deletion docs/en/latest/deployments/aws.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ This document explains how to install Ingress APISIX on [Amazon EKS](https://ama
cd /path/to/apisix-helm-chart
helm repo add bitnami https://charts.bitnami.com/bitnami
helm repo add apisix https://charts.apiseven.com
# Use `hem search repo apisix` to search charts about apisix
# Use `helm search repo apisix` to search charts about apisix
helm repo update
helm install apisix apisix/apisix \
--set gateway.type=LoadBalancer \
Expand Down
2 changes: 1 addition & 1 deletion docs/en/latest/deployments/azure.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ This document explains how to install Ingress APISIX on [Azure AKS](https://docs
cd /path/to/apisix-helm-chart
helm repo add bitnami https://charts.bitnami.com/bitnami
helm repo add apisix https://charts.apiseven.com
# Use `hem search repo apisix` to search charts about apisix
# Use `helm search repo apisix` to search charts about apisix
helm repo update
helm install apisix apisix/apisix \
--set gateway.type=LoadBalancer \
Expand Down
2 changes: 1 addition & 1 deletion docs/en/latest/deployments/gke.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ This document explains how to install Ingress APISIX on [Google Cloud GKE](https
cd /path/to/apisix-helm-chart
helm repo add bitnami https://charts.bitnami.com/bitnami
helm repo add apisix https://charts.apiseven.com
# Use `hem search repo apisix` to search charts about apisix
# Use `helm search repo apisix` to search charts about apisix
helm repo update
helm install apisix apisix/apisix \
--set gateway.type=LoadBalancer \
Expand Down
2 changes: 1 addition & 1 deletion docs/en/latest/deployments/k3s-rke.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ It's a good choice to use Ingress APISIX as the north-south API gateway in K3S.
cd /path/to/apisix-helm-chart
helm repo add bitnami https://charts.bitnami.com/bitnami
helm repo add apisix https://charts.apiseven.com
# Use `hem search repo apisix` to search charts about apisix
# Use `helm search repo apisix` to search charts about apisix
helm repo update
helm install apisix apisix/apisix \
--set gateway.type=NodePort \
Expand Down
2 changes: 1 addition & 1 deletion docs/en/latest/deployments/kubesphere.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ KubeSphere is a distributed operating system managing cloud native applications
cd /path/to/apisix-helm-chart
helm repo add bitnami https://charts.bitnami.com/bitnami
helm repo add apisix https://charts.apiseven.com
# Use `hem search repo apisix` to search charts about apisix
# Use `helm search repo apisix` to search charts about apisix
helm repo update
helm install apisix apisix/apisix \
--set gateway.type=NodePort \
Expand Down
2 changes: 1 addition & 1 deletion docs/en/latest/deployments/minikube.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ This document explains how to install Ingress APISIX on [Minikube](https://minik
cd /path/to/apisix-helm-chart
helm repo add bitnami https://charts.bitnami.com/bitnami
helm repo add apisix https://charts.apiseven.com
# Use `hem search repo apisix` to search charts about apisix
# Use `helm search repo apisix` to search charts about apisix
helm repo update
helm install apisix apisix/apisix \
--set allow.ipList="{0.0.0.0/0}" \
Expand Down
2 changes: 1 addition & 1 deletion docs/en/latest/deployments/tke.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ This document explains how to install Ingress APISIX on [Tencent TKE](https://cl
cd /path/to/apisix-helm-chart
helm repo add bitnami https://charts.bitnami.com/bitnami
helm repo add apisix https://charts.apiseven.com
# Use `hem search repo apisix` to search charts about apisix
# Use `helm search repo apisix` to search charts about apisix
helm repo update
helm install apisix apisix/apisix \
--set gateway.type=LoadBalancer \
Expand Down

0 comments on commit 8277995

Please sign in to comment.