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 692e61d97cc4be20c4d42eb843684f75c5b7d314 Author: 琚致远 <[email protected]> AuthorDate: Tue Mar 30 14:54:31 2021 +0800 Update common.js --- common.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/common.js b/common.js index 64fcb8e..05b5dee 100644 --- a/common.js +++ b/common.js @@ -1,5 +1,4 @@ -// NOTE: disable "apisix-docker" "apisix-helm-chart" currently -const projects = ["apisix-ingress-controller", "apisix", "apisix-dashboard"]; +const projects = ["apisix-ingress-controller", "apisix", "apisix-dashboard", "apisix-docker", "apisix-helm-chart"]; const languages = ["en", "zh", "es"]; module.exports = {
