This is an automated email from the ASF dual-hosted git repository.
juzhiyuan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-helm-chart.git
The following commit(s) were added to refs/heads/master by this push:
new f1a30e4 fix: for helm chart and docker ,tell users where they are
(#58)
f1a30e4 is described below
commit f1a30e48060ede182423d6be270b1a9750dd0cf8
Author: Kishani Kandasamy <[email protected]>
AuthorDate: Sun Apr 11 19:23:47 2021 +0530
fix: for helm chart and docker ,tell users where they are (#58)
---
docs/en/latest/apisix-ingress-controller.md | 2 +-
docs/en/latest/config.json | 5 +++++
2 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/docs/en/latest/apisix-ingress-controller.md
b/docs/en/latest/apisix-ingress-controller.md
index 86c6e57..0de855a 100644
--- a/docs/en/latest/apisix-ingress-controller.md
+++ b/docs/en/latest/apisix-ingress-controller.md
@@ -25,7 +25,7 @@ title: Apache APISIX Ingress Controller Helm Chart
## Prerequisites
-- Kubernetes 1.12+
+- [Kubernetes 1.12+](https://kubernetes.io/docs/setup/)
- [Apache APISIX](https://github.com/apache/apisix#configure-and-installation)
- [Helm v3.0+](https://helm.sh/docs/intro/quickstart/#install-helm)
diff --git a/docs/en/latest/config.json b/docs/en/latest/config.json
index b05c2fc..4744ba9 100644
--- a/docs/en/latest/config.json
+++ b/docs/en/latest/config.json
@@ -2,6 +2,11 @@
"version": 0.4,
"sidebar": [
{
+ "type": "link",
+ "label": "Apache APISIX™ Helm Chart",
+ "href": "https://apisix.apache.org/docs/helm-chart/apisix/"
+ },
+ {
"type": "category",
"label": "Installation",
"items": ["apisix", "apisix-dashboard", "apisix-ingress-controller"]