Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat #216 add project 2 #275

Merged
merged 7 commits into from
Mar 29, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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