This is an automated email from the ASF dual-hosted git repository.
xiaoyu pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/shenyu-website.git
The following commit(s) were added to refs/heads/main by this push:
new e11ef539f7e Remove multiple release guide documents for various ShenYu
clients and components, including Golang, .NET, Nginx, WASM, Python, and Rust.
This cleanup streamlines the documentation structure and eliminates redundancy
across the project. (#1102)
e11ef539f7e is described below
commit e11ef539f7eb11a684f587e3c63b631947e6bd8a
Author: aias00 <[email protected]>
AuthorDate: Wed Dec 3 17:35:04 2025 +0800
Remove multiple release guide documents for various ShenYu clients and
components, including Golang, .NET, Nginx, WASM, Python, and Rust. This cleanup
streamlines the documentation structure and eliminates redundancy across the
project. (#1102)
---
.../{ => release-guide}/14-shenyu-client-golang-release-guide.md | 2 +-
.../{ => release-guide}/15-shenyu-client-dotnet-release-guide.md | 2 +-
community/{ => release-guide}/16-shenyu-nginx-release-guide.md | 8 ++++----
community/{ => release-guide}/17-shenyu-wasm-release-guide.md | 2 +-
.../{ => release-guide}/18-shenyu-client-python-release-guide.md | 2 +-
.../{ => release-guide}/19-shenyu-client-rust-release-guide.md | 2 +-
community/release-guide/_category_.json | 4 ++++
.../{8-release-guide.md => release-guide/main-release-guide.md} | 6 +++---
.../{ => release-guide}/14-shenyu-client-golang-release-guide.md | 0
.../{ => release-guide}/15-shenyu-client-dotnet-release-guide.md | 0
.../current/{ => release-guide}/16-shenyu-nginx-release-guide.md | 0
.../current/{ => release-guide}/17-shenyu-wasm-release-guide.md | 0
.../{ => release-guide}/18-shenyu-client-python-release-guide.md | 0
.../{ => release-guide}/19-shenyu-client-rust-release-guide.md | 0
.../current/release-guide/_category_.json | 4 ++++
.../{8-release-guide.md => release-guide/main-release-guide.md} | 4 ++--
16 files changed, 22 insertions(+), 14 deletions(-)
diff --git a/community/14-shenyu-client-golang-release-guide.md
b/community/release-guide/14-shenyu-client-golang-release-guide.md
similarity index 99%
rename from community/14-shenyu-client-golang-release-guide.md
rename to community/release-guide/14-shenyu-client-golang-release-guide.md
index 4abe2674489..e43c7404189 100644
--- a/community/14-shenyu-client-golang-release-guide.md
+++ b/community/release-guide/14-shenyu-client-golang-release-guide.md
@@ -1,6 +1,6 @@
---
title: ShenYu client Golang Release Guide
-sidebar_position: 14
+sidebar_position: 2
description: Apache ShenYu-client-golang Release Guide
cover: "/img/architecture/shenyu-framework.png"
---
diff --git a/community/15-shenyu-client-dotnet-release-guide.md
b/community/release-guide/15-shenyu-client-dotnet-release-guide.md
similarity index 99%
rename from community/15-shenyu-client-dotnet-release-guide.md
rename to community/release-guide/15-shenyu-client-dotnet-release-guide.md
index 7ef1047861a..5f4ffdd1348 100644
--- a/community/15-shenyu-client-dotnet-release-guide.md
+++ b/community/release-guide/15-shenyu-client-dotnet-release-guide.md
@@ -1,6 +1,6 @@
---
title: ShenYu client .NET Release Guide
-sidebar_position: 15
+sidebar_position: 3
description: Apache ShenYu-client-dotnet Release Guide
cover: "/img/architecture/shenyu-framework.png"
---
diff --git a/community/16-shenyu-nginx-release-guide.md
b/community/release-guide/16-shenyu-nginx-release-guide.md
similarity index 99%
rename from community/16-shenyu-nginx-release-guide.md
rename to community/release-guide/16-shenyu-nginx-release-guide.md
index 68425ae9f31..580d26c2218 100644
--- a/community/16-shenyu-nginx-release-guide.md
+++ b/community/release-guide/16-shenyu-nginx-release-guide.md
@@ -1,6 +1,6 @@
---
title: ShenYu nginx Release Guide
-sidebar_position: 16
+sidebar_position: 4
description: Apache ShenYu-nginx Release Guide
cover: "/img/architecture/shenyu-framework.png"
---
@@ -230,7 +230,7 @@ Follow [Incubator Release
Checklist](https://cwiki.apache.org/confluence/display
```
wget https://github.com/apache/shenyu-nginx/archive/${PUBLISH.VERSION}.zip
unzip ${PUBLISH.VERSION}.zip
-mvn shenyu-nginx-${PUBLISH.VERSION} shenyu-nginx-${PUBLISH.VERSION}-src
+mvn shenyu-nginx-${PUBLISH.VERSION} shenyu-nginx-${PUBLISH.VERSION}-src
tar xzf shenyu-nginx-${PUBLISH.VERSION}-src.tar.gz
diff -r shenyu-nginx-${PUBLISH.VERSION}-src shenyu-nginx-${PUBLISH.VERSION}
```
@@ -258,7 +258,7 @@ Follow [Binary
distributions](https://infra.apache.org/licensing-howto.html#bina
- No `LICENSE` and `NOTICE` for undependent software
- If third-party code dependencies exist.
- Third-party code dependent licenses are compatible
-
+
## Voting Process
Follow [RELEASE
APPROVAL](https://www.apache.org/legal/release-policy.html#release-approval)
[12], [Releases](https://incubator.apache.org/policy/incubation.html#Releases)
[13], [voting](https://www.apache.org/foundation/voting.html) [14] instructions.
@@ -372,7 +372,7 @@ Follow [Uploading
packages](https://infra.apache.org/release-publishing.html#upl
```shell
svn mv
https://dist.apache.org/repos/dist/dev/shenyu/shenyu-nginx/${PUBLISH.VERSION}
https://dist.apache.org/repos/dist/release/shenyu/shenyu-nginx -m "transfer
packages for ${PUBLISH.VERSION}"
svn delete
https://dist.apache.org/repos/dist/release/shenyu/shenyu-nginx/${PREVIOUS.RELEASE.VERSION}
-```
+```
**2. Finish GitHub release**
diff --git a/community/17-shenyu-wasm-release-guide.md
b/community/release-guide/17-shenyu-wasm-release-guide.md
similarity index 99%
rename from community/17-shenyu-wasm-release-guide.md
rename to community/release-guide/17-shenyu-wasm-release-guide.md
index 0af37947987..b0b7b9d22a8 100644
--- a/community/17-shenyu-wasm-release-guide.md
+++ b/community/release-guide/17-shenyu-wasm-release-guide.md
@@ -1,6 +1,6 @@
---
title: ShenYu WASM Release Guide
-sidebar_position: 17
+sidebar_position: 5
description: Apache ShenYu WASM Release Guide
cover: "/img/architecture/shenyu-framework.png"
---
diff --git a/community/18-shenyu-client-python-release-guide.md
b/community/release-guide/18-shenyu-client-python-release-guide.md
similarity index 99%
rename from community/18-shenyu-client-python-release-guide.md
rename to community/release-guide/18-shenyu-client-python-release-guide.md
index a1ef16649f8..a4ae63f06a2 100644
--- a/community/18-shenyu-client-python-release-guide.md
+++ b/community/release-guide/18-shenyu-client-python-release-guide.md
@@ -1,6 +1,6 @@
---
title: ShenYu client Python Release Guide
-sidebar_position: 18
+sidebar_position: 6
description: Apache ShenYu-client-python Release Guide
cover: "/img/architecture/shenyu-framework.png"
---
diff --git a/community/19-shenyu-client-rust-release-guide.md
b/community/release-guide/19-shenyu-client-rust-release-guide.md
similarity index 99%
rename from community/19-shenyu-client-rust-release-guide.md
rename to community/release-guide/19-shenyu-client-rust-release-guide.md
index 5ee91622e91..3ac3cd73ec7 100644
--- a/community/19-shenyu-client-rust-release-guide.md
+++ b/community/release-guide/19-shenyu-client-rust-release-guide.md
@@ -1,6 +1,6 @@
---
title: ShenYu client Rust Release Guide
-sidebar_position: 19
+sidebar_position: 7
description: Apache ShenYu-client-rust Release Guide
cover: "/img/architecture/shenyu-framework.png"
---
diff --git a/community/release-guide/_category_.json
b/community/release-guide/_category_.json
new file mode 100644
index 00000000000..c6fe872a4c8
--- /dev/null
+++ b/community/release-guide/_category_.json
@@ -0,0 +1,4 @@
+{
+ "label": "Release Guide",
+ "position": 8
+}
diff --git a/community/8-release-guide.md
b/community/release-guide/main-release-guide.md
similarity index 99%
rename from community/8-release-guide.md
rename to community/release-guide/main-release-guide.md
index 1435b9d65de..457dfa5529d 100644
--- a/community/8-release-guide.md
+++ b/community/release-guide/main-release-guide.md
@@ -1,6 +1,6 @@
---
-title: Release Guide
-sidebar_position: 8
+title: Main Repository Release Guide
+sidebar_position: 1
description: Apache ShenYu Release Guide
cover: "/img/architecture/shenyu-framework.png"
---
@@ -378,7 +378,7 @@ Title:
Content:
```
-We’ve received 3 +1 binding votes and 2 +1 non-binding votes:
+We've received 3 +1 binding votes and 2 +1 non-binding votes:
+1, xxx (binding)
+1, xxx (binding)
diff --git
a/i18n/zh/docusaurus-plugin-content-docs-community/current/14-shenyu-client-golang-release-guide.md
b/i18n/zh/docusaurus-plugin-content-docs-community/current/release-guide/14-shenyu-client-golang-release-guide.md
similarity index 100%
rename from
i18n/zh/docusaurus-plugin-content-docs-community/current/14-shenyu-client-golang-release-guide.md
rename to
i18n/zh/docusaurus-plugin-content-docs-community/current/release-guide/14-shenyu-client-golang-release-guide.md
diff --git
a/i18n/zh/docusaurus-plugin-content-docs-community/current/15-shenyu-client-dotnet-release-guide.md
b/i18n/zh/docusaurus-plugin-content-docs-community/current/release-guide/15-shenyu-client-dotnet-release-guide.md
similarity index 100%
rename from
i18n/zh/docusaurus-plugin-content-docs-community/current/15-shenyu-client-dotnet-release-guide.md
rename to
i18n/zh/docusaurus-plugin-content-docs-community/current/release-guide/15-shenyu-client-dotnet-release-guide.md
diff --git
a/i18n/zh/docusaurus-plugin-content-docs-community/current/16-shenyu-nginx-release-guide.md
b/i18n/zh/docusaurus-plugin-content-docs-community/current/release-guide/16-shenyu-nginx-release-guide.md
similarity index 100%
rename from
i18n/zh/docusaurus-plugin-content-docs-community/current/16-shenyu-nginx-release-guide.md
rename to
i18n/zh/docusaurus-plugin-content-docs-community/current/release-guide/16-shenyu-nginx-release-guide.md
diff --git
a/i18n/zh/docusaurus-plugin-content-docs-community/current/17-shenyu-wasm-release-guide.md
b/i18n/zh/docusaurus-plugin-content-docs-community/current/release-guide/17-shenyu-wasm-release-guide.md
similarity index 100%
rename from
i18n/zh/docusaurus-plugin-content-docs-community/current/17-shenyu-wasm-release-guide.md
rename to
i18n/zh/docusaurus-plugin-content-docs-community/current/release-guide/17-shenyu-wasm-release-guide.md
diff --git
a/i18n/zh/docusaurus-plugin-content-docs-community/current/18-shenyu-client-python-release-guide.md
b/i18n/zh/docusaurus-plugin-content-docs-community/current/release-guide/18-shenyu-client-python-release-guide.md
similarity index 100%
rename from
i18n/zh/docusaurus-plugin-content-docs-community/current/18-shenyu-client-python-release-guide.md
rename to
i18n/zh/docusaurus-plugin-content-docs-community/current/release-guide/18-shenyu-client-python-release-guide.md
diff --git
a/i18n/zh/docusaurus-plugin-content-docs-community/current/19-shenyu-client-rust-release-guide.md
b/i18n/zh/docusaurus-plugin-content-docs-community/current/release-guide/19-shenyu-client-rust-release-guide.md
similarity index 100%
rename from
i18n/zh/docusaurus-plugin-content-docs-community/current/19-shenyu-client-rust-release-guide.md
rename to
i18n/zh/docusaurus-plugin-content-docs-community/current/release-guide/19-shenyu-client-rust-release-guide.md
diff --git
a/i18n/zh/docusaurus-plugin-content-docs-community/current/release-guide/_category_.json
b/i18n/zh/docusaurus-plugin-content-docs-community/current/release-guide/_category_.json
new file mode 100644
index 00000000000..e79d5298753
--- /dev/null
+++
b/i18n/zh/docusaurus-plugin-content-docs-community/current/release-guide/_category_.json
@@ -0,0 +1,4 @@
+{
+ "label": "发布指南",
+ "position": 8
+}
diff --git
a/i18n/zh/docusaurus-plugin-content-docs-community/current/8-release-guide.md
b/i18n/zh/docusaurus-plugin-content-docs-community/current/release-guide/main-release-guide.md
similarity index 99%
rename from
i18n/zh/docusaurus-plugin-content-docs-community/current/8-release-guide.md
rename to
i18n/zh/docusaurus-plugin-content-docs-community/current/release-guide/main-release-guide.md
index 3cd37380e46..d43397d510d 100755
---
a/i18n/zh/docusaurus-plugin-content-docs-community/current/8-release-guide.md
+++
b/i18n/zh/docusaurus-plugin-content-docs-community/current/release-guide/main-release-guide.md
@@ -1,6 +1,6 @@
---
-title: 发布指南
-sidebar_position: 8
+title: 主仓库发布指南
+sidebar_position: 1
description: Apache ShenYu 发布指南
cover: "/img/architecture/shenyu-framework.png"
---