You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2021/05/14 20:30:43 UTC

[GitHub] [apisix-website] Yiyiyimu commented on a change in pull request #342: docs: include Helm charts and Docker to documents page

Yiyiyimu commented on a change in pull request #342:
URL: https://github.com/apache/apisix-website/pull/342#discussion_r632776896



##########
File path: website/docusaurus.config.js
##########
@@ -14,6 +14,65 @@ module.exports = {
     events: require("./static/data/events.json"),
     repoUrl: "https://github.com/apache/apisix",
     docsUrl: "",
+    docs: [
+      {
+        name: "APISIX™",
+        nameInParamCase: "apisix",
+        description: "A dynamic, real-time, high-performance API gateway.",
+        shape: "triangle",
+        color: "var(--ifm-color-primary)",
+        githubRepo: "apache/apisix",
+        version: "2.5",
+        releaseDate: "2021-04-05",
+        firstDocPath: "/getting-started",
+      },
+      {
+        name: "APISIX™ Dashboard",
+        nameInParamCase: "dashboard",
+        description:
+          "Designed to make it as easy as possible for users to operate Apache APISIX through a frontend interface.",
+        shape: "square",
+        color: "#10B981",
+        githubRepo: "apache/apisix-dashboard",
+        version: "2.6",
+        releaseDate: "2021-04-22",
+        firstDocPath: "/USER_GUIDE",
+      },
+      {
+        name: "APISIX™ Ingress Controller",
+        nameInParamCase: "ingress-controller",
+        description: "An Apache APISIX control plane component.",
+        shape: "hexagon",
+        color: "#2563EB",
+        githubRepo: "apache/apisix-ingress-controller",
+        version: "0.5.0",
+        releaseDate: "2021-04-11",
+        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: "pentagon",
+        color: "#C71585",
+        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: "diamond",
+        color: "#FFD700",
+        githubRepo: "apache/apisix-helm-chart",
+        version: "1.0.0",
+        releaseDate: "2020-12-1",
+        firstDocPath: "/docker",

Review comment:
       ```suggestion
           firstDocPath: "/build",
   ```

##########
File path: website/docusaurus.config.js
##########
@@ -14,6 +14,65 @@ module.exports = {
     events: require("./static/data/events.json"),
     repoUrl: "https://github.com/apache/apisix",
     docsUrl: "",
+    docs: [
+      {
+        name: "APISIX™",
+        nameInParamCase: "apisix",
+        description: "A dynamic, real-time, high-performance API gateway.",
+        shape: "triangle",
+        color: "var(--ifm-color-primary)",
+        githubRepo: "apache/apisix",
+        version: "2.5",
+        releaseDate: "2021-04-05",
+        firstDocPath: "/getting-started",
+      },
+      {
+        name: "APISIX™ Dashboard",
+        nameInParamCase: "dashboard",
+        description:
+          "Designed to make it as easy as possible for users to operate Apache APISIX through a frontend interface.",
+        shape: "square",
+        color: "#10B981",
+        githubRepo: "apache/apisix-dashboard",
+        version: "2.6",
+        releaseDate: "2021-04-22",
+        firstDocPath: "/USER_GUIDE",
+      },
+      {
+        name: "APISIX™ Ingress Controller",
+        nameInParamCase: "ingress-controller",
+        description: "An Apache APISIX control plane component.",
+        shape: "hexagon",
+        color: "#2563EB",
+        githubRepo: "apache/apisix-ingress-controller",
+        version: "0.5.0",
+        releaseDate: "2021-04-11",
+        firstDocPath: "/getting-started",
+      },
+      {
+        name: "APISIX™ Helm Charts",
+        nameInParamCase: "helm-charts",

Review comment:
       ```suggestion
           nameInParamCase: "helm-chart",
   ```

##########
File path: website/docusaurus.config.js
##########
@@ -14,6 +14,65 @@ module.exports = {
     events: require("./static/data/events.json"),
     repoUrl: "https://github.com/apache/apisix",
     docsUrl: "",
+    docs: [
+      {
+        name: "APISIX™",
+        nameInParamCase: "apisix",
+        description: "A dynamic, real-time, high-performance API gateway.",
+        shape: "triangle",
+        color: "var(--ifm-color-primary)",
+        githubRepo: "apache/apisix",
+        version: "2.5",
+        releaseDate: "2021-04-05",
+        firstDocPath: "/getting-started",
+      },
+      {
+        name: "APISIX™ Dashboard",
+        nameInParamCase: "dashboard",
+        description:
+          "Designed to make it as easy as possible for users to operate Apache APISIX through a frontend interface.",
+        shape: "square",
+        color: "#10B981",
+        githubRepo: "apache/apisix-dashboard",
+        version: "2.6",
+        releaseDate: "2021-04-22",
+        firstDocPath: "/USER_GUIDE",
+      },
+      {
+        name: "APISIX™ Ingress Controller",
+        nameInParamCase: "ingress-controller",
+        description: "An Apache APISIX control plane component.",
+        shape: "hexagon",
+        color: "#2563EB",
+        githubRepo: "apache/apisix-ingress-controller",
+        version: "0.5.0",
+        releaseDate: "2021-04-11",
+        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: "pentagon",
+        color: "#C71585",
+        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: "diamond",
+        color: "#FFD700",
+        githubRepo: "apache/apisix-helm-chart",

Review comment:
       ```suggestion
           githubRepo: "apache/apisix-docker",
   ```

##########
File path: website/docusaurus.config.js
##########
@@ -14,6 +14,65 @@ module.exports = {
     events: require("./static/data/events.json"),
     repoUrl: "https://github.com/apache/apisix",
     docsUrl: "",
+    docs: [
+      {
+        name: "APISIX™",
+        nameInParamCase: "apisix",
+        description: "A dynamic, real-time, high-performance API gateway.",
+        shape: "triangle",
+        color: "var(--ifm-color-primary)",

Review comment:
       why color here is not a certain value




-- 
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org