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 9dbe05d8913 feat: bump dashboard to 3.0.0 (#1496)
9dbe05d8913 is described below

commit 9dbe05d89131035b04e52294c31b1e4d1481289a
Author: Baoyuan <baoyuan....@gmail.com>
AuthorDate: Mon Feb 6 11:38:36 2023 +0800

    feat: bump dashboard to 3.0.0 (#1496)
---
 config/docs.js      | 4 ++--
 config/downloads.js | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/config/docs.js b/config/docs.js
index a7ad87ac94b..841633929db 100644
--- a/config/docs.js
+++ b/config/docs.js
@@ -18,8 +18,8 @@ module.exports = [
     shape: 'square',
     color: '#10B981',
     githubRepo: 'apache/apisix-dashboard',
-    version: '2.13.0',
-    releaseDate: '2022-06-01',
+    version: '3.0.0',
+    releaseDate: '2023-02-01',
     firstDocPath: '/USER_GUIDE',
   },
   {
diff --git a/config/downloads.js b/config/downloads.js
index e3b8d80899a..21da4f6b393 100644
--- a/config/downloads.js
+++ b/config/downloads.js
@@ -24,10 +24,10 @@ module.exports = [
     color: '#10B981',
     githubRepo: 'apache/apisix-dashboard',
     githubBranch: 'master',
-    downloadPath: 'apisix/dashboard/2.13.0/apache-apisix-dashboard-2.13.0-src',
+    downloadPath: 'apisix/dashboard/3.0.0/apache-apisix-dashboard-3.0.0-src',
     dockerhubPath: 'apisix-dashboard',
-    version: '2.13.0',
-    releaseDate: '2022-06-01',
+    version: '3.0.0',
+    releaseDate: '2023-02-01',
     firstDocPath: '/USER_GUIDE',
   },
   {

Reply via email to