SkyeYoung commented on a change in pull request #1002:
URL: https://github.com/apache/apisix-website/pull/1002#discussion_r841161606



##########
File path: scripts/common.js
##########
@@ -1,60 +1,58 @@
 const projects = [
   {
-    name: "apisix-ingress-controller",
-    branch: "master",
-    hasChangelog: true
+    name: 'apisix-ingress-controller',
+    branch: 'master',
+    hasChangelog: true,
   },
   {
-    name: "apisix",
-    branch: "master",
-    hasChangelog: true
+    name: 'apisix',
+    branch: 'master',
+    hasChangelog: true,
   },
   {
-    name: "apisix-dashboard",
-    branch: "master",
-    hasChangelog: true
+    name: 'apisix-dashboard',
+    branch: 'master',
+    hasChangelog: true,
   },
   {
-    name: "apisix-docker",
-    branch: "master",
+    name: 'apisix-docker',
+    branch: 'master',
     hasChangelog: false,
   },
   {
-    name: "apisix-helm-chart",
-    branch: "master",
+    name: 'apisix-helm-chart',
+    branch: 'master',
     hasChangelog: false,
   },
   {
-    name: "apisix-java-plugin-runner",
-    branch: "main",
-    hasChangelog: true
+    name: 'apisix-java-plugin-runner',
+    branch: 'main',
+    hasChangelog: true,
   },
   {
-    name: "apisix-go-plugin-runner",
-    branch: "master",
-    hasChangelog: true
+    name: 'apisix-go-plugin-runner',
+    branch: 'master',
+    hasChangelog: true,
   },
   {
-    name: "apisix-python-plugin-runner",
-    branch: "master",
-    hasChangelog: true
-  }
+    name: 'apisix-python-plugin-runner',
+    branch: 'master',
+    hasChangelog: true,
+  },
 ];
 
-const languages = ["en", "zh", "es"];
+const languages = ['en', 'zh', 'es'];

Review comment:
       > 🤣 Let's create an issue.
   
   I've created https://github.com/apache/apisix-website/issues/1003




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to