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

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


The following commit(s) were added to refs/heads/master by this push:
     new 1bcaba3  feat: support apisix-docker (#275)
1bcaba3 is described below

commit 1bcaba3da9096b0736ed6ea0a43772bf404e9296
Author: Cliff Su <stu01...@yahoo.com.tw>
AuthorDate: Mon Mar 29 23:06:48 2021 +0800

    feat: support apisix-docker (#275)
---
 sync-docs.js                             |  3 +--
 website/docs/apisix-docker/IGNORE_DOC.md |  1 +
 website/docs/apisix-docker/sidebars.json |  3 +++
 website/docusaurus.config.js             | 15 +++++++++++++++
 4 files changed, 20 insertions(+), 2 deletions(-)

diff --git a/sync-docs.js b/sync-docs.js
index df5cba6..4e937c0 100644
--- a/sync-docs.js
+++ b/sync-docs.js
@@ -3,9 +3,8 @@ console.log("Start sync-docs.js");
 const childProcess = require("child_process");
 const fs = require("fs");
 const path = require("path");
-// "apisix-docker", 
-const projects = ["apisix-ingress-controller", "apisix", "apisix-dashboard", 
"apisix-helm-chart"];
 
+const projects = ["apisix-ingress-controller", "apisix", "apisix-dashboard", 
"apisix-helm-chart", "apisix-docker"];
 const langs = ["en", "zh", "es"];
 
 const projectPaths = projects.map((project) => {
diff --git a/website/docs/apisix-docker/IGNORE_DOC.md 
b/website/docs/apisix-docker/IGNORE_DOC.md
new file mode 100644
index 0000000..cb65e30
--- /dev/null
+++ b/website/docs/apisix-docker/IGNORE_DOC.md
@@ -0,0 +1 @@
+# IGNORE_DOC
diff --git a/website/docs/apisix-docker/sidebars.json 
b/website/docs/apisix-docker/sidebars.json
new file mode 100644
index 0000000..b0cd5aa
--- /dev/null
+++ b/website/docs/apisix-docker/sidebars.json
@@ -0,0 +1,3 @@
+{
+  "docs": {}
+}
diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js
index 6f35645..c728092 100644
--- a/website/docusaurus.config.js
+++ b/website/docusaurus.config.js
@@ -60,6 +60,17 @@ module.exports = {
         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: [
@@ -211,6 +222,10 @@ module.exports = {
               to: "/docs/helm-chart/apisix/",
             },
             {
+              label: "Apache™️ APISIX Docker",
+              to: "/docs/docker/build/",
+            },
+            {
               label: "General",
               to: "/docs/general/security",
             },

Reply via email to