This is an automated email from the ASF dual-hosted git repository. chenjunxu pushed a commit to branch dashboard-2.7.1 in repository https://gitbox.apache.org/repos/asf/apisix-website.git
commit 3e73ae3ef829dc79006732463e531264077338bf Author: nic-chen <[email protected]> AuthorDate: Sun Aug 15 11:34:47 2021 +0800 feat: release APISIX Dashboard 2.7.1 --- website/docusaurus.config.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js index 949fea4..acde276 100644 --- a/website/docusaurus.config.js +++ b/website/docusaurus.config.js @@ -34,8 +34,8 @@ module.exports = { shape: "square", color: "#10B981", githubRepo: "apache/apisix-dashboard", - version: "2.7", - releaseDate: "2021-06-15", + version: "2.7.1", + releaseDate: "2021-08-15", firstDocPath: "/USER_GUIDE", }, { @@ -117,9 +117,9 @@ module.exports = { color: "#10B981", githubRepo: "apache/apisix-dashboard", githubBranch: "master", - downloadPath: "apisix/dashboard/2.7/apache-apisix-dashboard-2.7-src", - version: "2.7", - releaseDate: "2021-06-15", + downloadPath: "apisix/dashboard/2.7.1/apache-apisix-dashboard-2.7.1-src", + version: "2.7.1", + releaseDate: "2021-08-15", firstDocPath: "/USER_GUIDE", }, {
