This is an automated email from the ASF dual-hosted git repository.
shuyangw pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-website.git
The following commit(s) were added to refs/heads/master by this push:
new c8d7728 chore: fixed navigation name for helm chart (#365)
c8d7728 is described below
commit c8d7728a9be5c7577c52c6ec2e4e653d836e2827
Author: Ayush das <[email protected]>
AuthorDate: Mon Jun 14 21:35:00 2021 +0530
chore: fixed navigation name for helm chart (#365)
---
website/src/theme/DocPage/index.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/website/src/theme/DocPage/index.js
b/website/src/theme/DocPage/index.js
index 7f98e47..29e81ee 100644
--- a/website/src/theme/DocPage/index.js
+++ b/website/src/theme/DocPage/index.js
@@ -32,7 +32,7 @@ function DocPageContent({ currentDocRoute, versionMetadata,
children }) {
apisix : "getting-started",
apisixDashboard : "dashboard",
apisixIngressController : "what-is-apisix-ingress-controller",
- apisixHelmChart : "dependencies",
+ apisixHelmChart : "install",
apisixDocker : "build-an-image-from-source"
}
useEffect(() => {