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-website.git
The following commit(s) were added to refs/heads/master by this push:
new 2e61aa9 feat: add helm chart FAQ entry on the navbar (#427)
2e61aa9 is described below
commit 2e61aa9753dad3031abdc25d79c7e10aefd0b5ad
Author: Kishani Kandasamy <[email protected]>
AuthorDate: Tue Jul 27 14:59:12 2021 +0530
feat: add helm chart FAQ entry on the navbar (#427)
---
website/docusaurus.config.js | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js
index 9726962..7ed09f1 100644
--- a/website/docusaurus.config.js
+++ b/website/docusaurus.config.js
@@ -435,6 +435,10 @@ module.exports = {
label: "Apache APISIX® Ingress Controller",
to: "/docs/ingress-controller/FAQ/",
},
+ {
+ label: "Apache APISIX® Helm Chart",
+ to: "/docs/helm-chart/FAQ/",
+ },
]
},
{