This is an automated email from the ASF dual-hosted git repository.

juzhiyuan pushed a commit to branch docs-dashboard
in repository https://gitbox.apache.org/repos/asf/apisix-website.git

commit fe0d81050798bb73872eff7931bb06b800eb53eb
Author: juzhiyuan <juzhiy...@apache.org>
AuthorDate: Tue Mar 2 12:12:06 2021 +0800

    docs: added dashboard
---
 sync-docs.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sync-docs.js b/sync-docs.js
index 54396de..65d96f5 100644
--- a/sync-docs.js
+++ b/sync-docs.js
@@ -3,8 +3,8 @@ console.log("Start sync-docs.js");
 const childProcess = require("child_process");
 const fs = require("fs");
 
-// NOTE: disable "apisix-dashboard" "apisix-docker" "apisix-helm-chart" 
currently
-const projects = ["apisix-ingress-controller", "apisix"];
+// NOTE: disable "apisix-docker" "apisix-helm-chart" currently
+const projects = ["apisix-ingress-controller", "apisix", "apisix-dashboard"];
 
 const projectPaths = projects.map((project) => {
   return {

Reply via email to