This is an automated email from the ASF dual-hosted git repository.
jimin pushed a commit to branch docusaurus
in repository https://gitbox.apache.org/repos/asf/incubator-seata-website.git
The following commit(s) were added to refs/heads/docusaurus by this push:
new 85650e40d8 optimize: delete java-sdk download page (#756)
85650e40d8 is described below
commit 85650e40d82765e411688f22ba1e51ed6b5d380a
Author: liuqiufeng <[email protected]>
AuthorDate: Sun Jan 7 22:34:25 2024 +0800
optimize: delete java-sdk download page (#756)
---
.../current/download/java-sdk.md | 15 ---------------
.../current/release-history/java-sdk.md | 18 ------------------
.../current/download/java-sdk.md | 15 ---------------
.../current/release-history/java-sdk.md | 18 ------------------
sidebarsUnversioned.js | 4 ++--
unversioned/download/java-sdk.md | 1 -
unversioned/release-history/java-sdk.md | 1 -
7 files changed, 2 insertions(+), 70 deletions(-)
diff --git
a/i18n/en/docusaurus-plugin-content-docs-unversioned/current/download/java-sdk.md
b/i18n/en/docusaurus-plugin-content-docs-unversioned/current/download/java-sdk.md
deleted file mode 100644
index c228a4c5f2..0000000000
---
a/i18n/en/docusaurus-plugin-content-docs-unversioned/current/download/java-sdk.md
+++ /dev/null
@@ -1,15 +0,0 @@
----
-title: Seata Java-SDK Download
-keywords: [Seata, Java-SDK, Download]
-description: Seata Java-SDK release version download
----
-
-
-# Seata Java-SDK Download
-
-:::tip
-
-Version 2.0.0 has been released and is available for use.
-
-:::tip
-
diff --git
a/i18n/en/docusaurus-plugin-content-docs-unversioned/current/release-history/java-sdk.md
b/i18n/en/docusaurus-plugin-content-docs-unversioned/current/release-history/java-sdk.md
deleted file mode 100644
index 027bf141c7..0000000000
---
a/i18n/en/docusaurus-plugin-content-docs-unversioned/current/release-history/java-sdk.md
+++ /dev/null
@@ -1,18 +0,0 @@
----
-title: Seata Java-SDK Release History
-keywords: [Seata, Java-SDK, Release History]
-description: Seata Java-SDK Release History
----
-
-
-# Seata Java-SDK Release History
-
-:::tip
-
-The Seata team maintains the last 3 stable releases. For example, the last
version was 2.0.0, and the Seata team will maintain the following stable
versions:
-
-- 2.0.0
-- 1.8.0
-- 1.7.1
-
-:::tip
diff --git
a/i18n/zh-cn/docusaurus-plugin-content-docs-unversioned/current/download/java-sdk.md
b/i18n/zh-cn/docusaurus-plugin-content-docs-unversioned/current/download/java-sdk.md
deleted file mode 100644
index 0a185a6ae3..0000000000
---
a/i18n/zh-cn/docusaurus-plugin-content-docs-unversioned/current/download/java-sdk.md
+++ /dev/null
@@ -1,15 +0,0 @@
----
-title: Seata Java-SDK下载
-keywords: [Seata, Java-SDK, 下载]
-description: Seata Java-SDK发布版本下载
----
-
-
-# Seata Java-SDK下载
-
-:::tip
-
-2.0.0版本已发布,欢迎使用。
-
-:::tip
-
diff --git
a/i18n/zh-cn/docusaurus-plugin-content-docs-unversioned/current/release-history/java-sdk.md
b/i18n/zh-cn/docusaurus-plugin-content-docs-unversioned/current/release-history/java-sdk.md
deleted file mode 100644
index ff32d0fda1..0000000000
---
a/i18n/zh-cn/docusaurus-plugin-content-docs-unversioned/current/release-history/java-sdk.md
+++ /dev/null
@@ -1,18 +0,0 @@
----
-title: Seata Java-SDK版本历史
-keywords: [Seata, Java-SDK, 版本历史]
-description: Seata Java-SDK版本历史
----
-
-
-# Seata Java-SDK版本历史
-
-:::tip
-
-Seata团队维护着最近的3个稳定版本。如:最后一个版本为2.0.0,Seata团队将会维护以下稳定版本:
-
-- 2.0.0
-- 1.8.0
-- 1.7.1
-
-:::tip
diff --git a/sidebarsUnversioned.js b/sidebarsUnversioned.js
index 27311b87eb..9e6fae7af4 100644
--- a/sidebarsUnversioned.js
+++ b/sidebarsUnversioned.js
@@ -7,7 +7,7 @@ const sidebarsUnversioned = {
type: 'category',
label: 'download',
collapsible: false,
- items: ['download/seata-server', 'download/java-sdk'],
+ items: ['download/seata-server'],
},
],
'release-history': [
@@ -15,7 +15,7 @@ const sidebarsUnversioned = {
type: 'category',
label: 'release-history',
collapsible: false,
- items: ['release-history/seata-server', 'release-history/java-sdk'],
+ items: ['release-history/seata-server'],
},
],
};
diff --git a/unversioned/download/java-sdk.md b/unversioned/download/java-sdk.md
deleted file mode 100644
index 8f9293a8d5..0000000000
--- a/unversioned/download/java-sdk.md
+++ /dev/null
@@ -1 +0,0 @@
-Placeholder. DO NOT DELETE.
diff --git a/unversioned/release-history/java-sdk.md
b/unversioned/release-history/java-sdk.md
deleted file mode 100644
index 8f9293a8d5..0000000000
--- a/unversioned/release-history/java-sdk.md
+++ /dev/null
@@ -1 +0,0 @@
-Placeholder. DO NOT DELETE.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]