[apisix-website] 01/01: docs: added dashboard
This is an automated email from the ASF dual-hosted git repository. juzhiyuan pushed a commit to branch docs-dashboard in repository https://gitbox.apache.org/repos/asf/apisix-website.git commit fe0d81050798bb73872eff7931bb06b800eb53eb Author: juzhiyuan AuthorDate: Tue Mar 2 12:12:06 2021 +0800 docs: added dashboard --- sync-docs.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sync-docs.js b/sync-docs.js index 54396de..65d96f5 100644 --- a/sync-docs.js +++ b/sync-docs.js @@ -3,8 +3,8 @@ console.log("Start sync-docs.js"); const childProcess = require("child_process"); const fs = require("fs"); -// NOTE: disable "apisix-dashboard" "apisix-docker" "apisix-helm-chart" currently -const projects = ["apisix-ingress-controller", "apisix"]; +// NOTE: disable "apisix-docker" "apisix-helm-chart" currently +const projects = ["apisix-ingress-controller", "apisix", "apisix-dashboard"]; const projectPaths = projects.map((project) => { return {
[apisix-website] 01/01: docs: added dashboard
This is an automated email from the ASF dual-hosted git repository. juzhiyuan pushed a commit to branch docs-dashboard in repository https://gitbox.apache.org/repos/asf/apisix-website.git commit 369770281c03d347ba71923e6e614e2a622d0dfa Author: juzhiyuan AuthorDate: Mon Mar 1 17:36:44 2021 +0800 docs: added dashboard --- website/docusaurus.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js index 66ae907..378f7fc 100644 --- a/website/docusaurus.config.js +++ b/website/docusaurus.config.js @@ -154,7 +154,7 @@ module.exports = { }, { label: "APISIX™️ Dashboard", - to: "/docs/dashboard", + to: "/docs/dashboard/faq", }, { label: "APISIX™️ Ingress Controller",
[apisix-website] 01/01: docs: added dashboard-2.4 download link
This is an automated email from the ASF dual-hosted git repository. juzhiyuan pushed a commit to branch juzhiyuan-patch-1 in repository https://gitbox.apache.org/repos/asf/apisix-website.git commit 0f2c652b0be8e408e7d10677fc70a2eabeb82442 Author: 琚致远 AuthorDate: Fri Feb 12 20:31:54 2021 +0800 docs: added dashboard-2.4 download link --- website/docs/download.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/download.md b/website/docs/download.md index a43000a..4bbf6b7 100644 --- a/website/docs/download.md +++ b/website/docs/download.md @@ -19,8 +19,8 @@ Use the links below to download the Apache APISIX™ from one of our mirrors. | Version | Release Date | Downloads | | --- | | --- | +| 2.4 | 12/02/2021 | [source](https://www.apache.org/dyn/closer.cgi/apisix/dashboard/2.4/apache-apisix-dashboard-2.4-src.tgz) ([asc](https://downloads.apache.org/apisix/dashboard/2.4/apache-apisix-dashboard-2.4-src.tgz.asc) [sha512](https://downloads.apache.org/apisix/dashboard/2.4/apache-apisix-dashboard-2.4-src.tgz.sha512)) | | 2.3 | 11/01/2021 | [source](https://www.apache.org/dyn/closer.cgi/apisix/dashboard/2.3/apisix-dashboard-2.3-src.tgz) ([asc](https://downloads.apache.org/apisix/dashboard/2.3/apisix-dashboard-2.3-src.tgz.asc) [sha512](https://downloads.apache.org/apisix/dashboard/2.3/apisix-dashboard-2.3-src.tgz.sha512)) | -| 2.2 | 16/12/2020 | [source](https://www.apache.org/dyn/closer.cgi/apisix/apisix-dashboard-2.2/apache-apisix-dashboard-2.2-src.tgz) ([asc](https://downloads.apache.org/apisix/apisix-dashboard-2.2/apache-apisix-dashboard-2.2-src.tgz.asc) [sha512](https://downloads.apache.org/apisix/apisix-dashboard-2.2/apache-apisix-dashboard-2.2-src.tgz.sha512)) | ## APISIX™ Ingress Controller