Skip to content

Commit

Permalink
feat: support apisix-docker (#275)
Browse files Browse the repository at this point in the history
  • Loading branch information
stu01509 authored Mar 29, 2021
1 parent d68dc25 commit 1bcaba3
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 2 deletions.
3 changes: 1 addition & 2 deletions sync-docs.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) => {
Expand Down
1 change: 1 addition & 0 deletions website/docs/apisix-docker/IGNORE_DOC.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# IGNORE_DOC
3 changes: 3 additions & 0 deletions website/docs/apisix-docker/sidebars.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"docs": {}
}
15 changes: 15 additions & 0 deletions website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: [
Expand Down Expand Up @@ -210,6 +221,10 @@ module.exports = {
label: "Apache™️ APISIX Helm Charts",
to: "/docs/helm-chart/apisix/",
},
{
label: "Apache™️ APISIX Docker",
to: "/docs/docker/build/",
},
{
label: "General",
to: "/docs/general/security",
Expand Down

0 comments on commit 1bcaba3

Please sign in to comment.