This is an automated email from the ASF dual-hosted git repository. juzhiyuan pushed a commit to branch juzhiyuan-patch-1 in repository https://gitbox.apache.org/repos/asf/apisix-website.git
commit 9c464f8b4cad6879b6bbf888c08c0c8b77aa9dd5 Author: 琚致远 <[email protected]> AuthorDate: Tue Apr 6 09:49:38 2021 +0800 chore: remove downloads for docker & helm chart --- website/docusaurus.config.js | 24 +----------------------- 1 file changed, 1 insertion(+), 23 deletions(-) diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js index 20cdc9a..22d4704 100644 --- a/website/docusaurus.config.js +++ b/website/docusaurus.config.js @@ -48,29 +48,7 @@ module.exports = { version: "0.4.0", releaseDate: "2021-03-12", firstDocPath: "/getting-started", - }, - { - name: "APISIX™ Helm Charts", - nameInParamCase: "helm-charts", - description: "An Apache APISIX Helm Charts provide the installation of Apache APISIX components for kubernetes.", - shape: "hexagon", - color: "#2563EB", - githubRepo: "apache/apisix-helm-chart", - version: "0.4.0", - releaseDate: "2021-03-12", - firstDocPath: "/apisix", - }, - { - name: "APISIX™ Docker", - nameInParamCase: "docker", - description: "Docker tooling for Apache APISIX.", - shape: "square", - color: "#2563EB", - githubRepo: "apache/apisix-helm-chart", - version: "1.0.0", - releaseDate: "2020-12-1", - firstDocPath: "/docker", - }, + } ], team: require("./static/data/team.json"), allRepos: [
