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 f3a2d5c048 patch (#732)
f3a2d5c048 is described below
commit f3a2d5c048bcb72e0d971611bb24dae441f6c5bf
Author: Sinsy <[email protected]>
AuthorDate: Wed Aug 31 18:31:24 2022 +0800
patch (#732)
---
docs/deployment/deployment-package.md | 8 ++++----
docs/deployment/deployment-quick.md | 4 ++--
.../current/deployment/deployment-package.md | 8 ++++----
.../current/deployment/deployment-quick.md | 4 ++--
.../version-2.5.0/deployment/deployment-package.md | 8 ++++----
.../version-2.5.0/deployment/deployment-quick.md | 4 ++--
versioned_docs/version-2.5.0/deployment/deployment-package.md | 8 ++++----
versioned_docs/version-2.5.0/deployment/deployment-quick.md | 4 ++--
8 files changed, 24 insertions(+), 24 deletions(-)
diff --git a/docs/deployment/deployment-package.md
b/docs/deployment/deployment-package.md
index be94342004..6c0448f025 100644
--- a/docs/deployment/deployment-package.md
+++ b/docs/deployment/deployment-package.md
@@ -11,9 +11,9 @@ This article introduces the deployment of the `Apache ShenYu`
gateway using the
### Start Apache ShenYu Admin
-* download
[apache-shenyu-incubating-${current.version}-admin-bin.tar.gz](https://archive.apache.org/dist/incubator/shenyu/2.4.3/apache-shenyu-incubating-2.4.3-admin-bin.tar.gz)
+* download
[apache-shenyu-${current.version}-admin-bin.tar.gz](https://archive.apache.org/dist/shenyu/2.5.0/apache-shenyu-2.5.0-admin-bin.tar.gz)
-* unzip `apache-shenyu-incubating-${current.version}-admin-bin.tar.gz`。 go to
the `bin` directory.
+* unzip `apache-shenyu-${current.version}-admin-bin.tar.gz`。 go to the `bin`
directory.
* use `h2` to store data:
@@ -49,9 +49,9 @@ This article introduces the deployment of the `Apache ShenYu`
gateway using the
### Start Apache ShenYu Bootstrap
-* download
[apache-shenyu-incubating-${current.version}-bootstrap-bin.tar.gz](https://archive.apache.org/dist/incubator/shenyu/2.4.3/apache-shenyu-incubating-2.4.3-bootstrap-bin.tar.gz)
+* download
[apache-shenyu-${current.version}-bootstrap-bin.tar.gz](https://archive.apache.org/dist/shenyu/2.5.0/apache-shenyu-2.5.0-bootstrap-bin.tar.gz)
-* unzip `apache-shenyu-incubating-${current.version}-bootstrap-bin.tar.gz`。 go
to the `bin` directory.
+* unzip `apache-shenyu-${current.version}-bootstrap-bin.tar.gz`。 go to the
`bin` directory.
```
> windwos : start.bat
diff --git a/docs/deployment/deployment-quick.md
b/docs/deployment/deployment-quick.md
index 8aa9e2a4e0..a95e40430c 100644
--- a/docs/deployment/deployment-quick.md
+++ b/docs/deployment/deployment-quick.md
@@ -15,9 +15,9 @@ This article introduces how to quick start the `Apache
ShenYu` gateway in the st
### Start Apache ShenYu Bootstrap
-* download
[apache-shenyu-incubating-${current.version}-bootstrap-bin.tar.gz](https://archive.apache.org/dist/incubator/shenyu/2.4.3/apache-shenyu-incubating-2.4.3-bootstrap-bin.tar.gz)
+* download
[apache-shenyu-${current.version}-bootstrap-bin.tar.gz](https://archive.apache.org/dist/shenyu/2.5.0/apache-shenyu-2.5.0-bootstrap-bin.tar.gz)
-* unzip `apache-shenyu-incubating-${current.version}-bootstrap-bin.tar.gz`。 go
to the `bin` directory.
+* unzip `apache-shenyu-${current.version}-bootstrap-bin.tar.gz`。 go to the
`bin` directory.
```
> windwos : start.bat
diff --git
a/i18n/zh/docusaurus-plugin-content-docs/current/deployment/deployment-package.md
b/i18n/zh/docusaurus-plugin-content-docs/current/deployment/deployment-package.md
index f71e44a35f..438be41a9e 100644
---
a/i18n/zh/docusaurus-plugin-content-docs/current/deployment/deployment-package.md
+++
b/i18n/zh/docusaurus-plugin-content-docs/current/deployment/deployment-package.md
@@ -12,9 +12,9 @@ description: 二进制包部署
### 启动 Apache ShenYu Admin
-* 下载
[apache-shenyu-incubating-${current.version}-admin-bin.tar.gz](https://archive.apache.org/dist/incubator/shenyu/2.4.3/apache-shenyu-incubating-2.4.3-admin-bin.tar.gz)
+* 下载
[apache-shenyu-${current.version}-admin-bin.tar.gz](https://archive.apache.org/dist/shenyu/2.5.0/apache-shenyu-2.5.0-admin-bin.tar.gz)
-* 解压缩 `apache-shenyu-incubating-${current.version}-admin-bin.tar.gz`。 进入 `bin`
目录。
+* 解压缩 `apache-shenyu-${current.version}-admin-bin.tar.gz`。 进入 `bin` 目录。
* 使用 `h2` 来存储后台数据:
@@ -50,9 +50,9 @@ description: 二进制包部署
### 启动 Apache ShenYu Bootstrap
-* 下载
[`apache-shenyu-incubating-${current.version}-bootstrap-bin.tar.gz`](https://archive.apache.org/dist/incubator/shenyu/2.4.3/apache-shenyu-incubating-2.4.3-bootstrap-bin.tar.gz)
+* 下载
[`apache-shenyu-${current.version}-bootstrap-bin.tar.gz`](https://archive.apache.org/dist/shenyu/2.5.0/apache-shenyu-2.5.0-bootstrap-bin.tar.gz)
-* 解压缩 `apache-shenyu-incubating-${current.version}-bootstrap-bin.tar.gz`。 进入
bin 目录。
+* 解压缩 `apache-shenyu-${current.version}-bootstrap-bin.tar.gz`。 进入 bin 目录。
```
> windwos : start.bat
diff --git
a/i18n/zh/docusaurus-plugin-content-docs/current/deployment/deployment-quick.md
b/i18n/zh/docusaurus-plugin-content-docs/current/deployment/deployment-quick.md
index d6e011ead6..a24e729482 100644
---
a/i18n/zh/docusaurus-plugin-content-docs/current/deployment/deployment-quick.md
+++
b/i18n/zh/docusaurus-plugin-content-docs/current/deployment/deployment-quick.md
@@ -15,9 +15,9 @@ description: 单机快速部署
### 启动 Apache ShenYu Bootstrap
-* 下载
[apache-shenyu-incubating-${current.version}-bootstrap-bin.tar.gz](https://archive.apache.org/dist/incubator/shenyu/2.4.3/apache-shenyu-incubating-2.4.3-bootstrap-bin.tar.gz)
+* 下载
[apache-shenyu-${current.version}-bootstrap-bin.tar.gz](https://archive.apache.org/dist/shenyu/2.5.0/apache-shenyu-2.5.0-bootstrap-bin.tar.gz)
-* 解压缩 `apache-shenyu-incubating-${current.version}-bootstrap-bin.tar.gz`。 进入
bin 目录。
+* 解压缩 `apache-shenyu-${current.version}-bootstrap-bin.tar.gz`。 进入 bin 目录。
```
> windwos : start.bat
diff --git
a/i18n/zh/docusaurus-plugin-content-docs/version-2.5.0/deployment/deployment-package.md
b/i18n/zh/docusaurus-plugin-content-docs/version-2.5.0/deployment/deployment-package.md
index f71e44a35f..438be41a9e 100644
---
a/i18n/zh/docusaurus-plugin-content-docs/version-2.5.0/deployment/deployment-package.md
+++
b/i18n/zh/docusaurus-plugin-content-docs/version-2.5.0/deployment/deployment-package.md
@@ -12,9 +12,9 @@ description: 二进制包部署
### 启动 Apache ShenYu Admin
-* 下载
[apache-shenyu-incubating-${current.version}-admin-bin.tar.gz](https://archive.apache.org/dist/incubator/shenyu/2.4.3/apache-shenyu-incubating-2.4.3-admin-bin.tar.gz)
+* 下载
[apache-shenyu-${current.version}-admin-bin.tar.gz](https://archive.apache.org/dist/shenyu/2.5.0/apache-shenyu-2.5.0-admin-bin.tar.gz)
-* 解压缩 `apache-shenyu-incubating-${current.version}-admin-bin.tar.gz`。 进入 `bin`
目录。
+* 解压缩 `apache-shenyu-${current.version}-admin-bin.tar.gz`。 进入 `bin` 目录。
* 使用 `h2` 来存储后台数据:
@@ -50,9 +50,9 @@ description: 二进制包部署
### 启动 Apache ShenYu Bootstrap
-* 下载
[`apache-shenyu-incubating-${current.version}-bootstrap-bin.tar.gz`](https://archive.apache.org/dist/incubator/shenyu/2.4.3/apache-shenyu-incubating-2.4.3-bootstrap-bin.tar.gz)
+* 下载
[`apache-shenyu-${current.version}-bootstrap-bin.tar.gz`](https://archive.apache.org/dist/shenyu/2.5.0/apache-shenyu-2.5.0-bootstrap-bin.tar.gz)
-* 解压缩 `apache-shenyu-incubating-${current.version}-bootstrap-bin.tar.gz`。 进入
bin 目录。
+* 解压缩 `apache-shenyu-${current.version}-bootstrap-bin.tar.gz`。 进入 bin 目录。
```
> windwos : start.bat
diff --git
a/i18n/zh/docusaurus-plugin-content-docs/version-2.5.0/deployment/deployment-quick.md
b/i18n/zh/docusaurus-plugin-content-docs/version-2.5.0/deployment/deployment-quick.md
index d6e011ead6..a24e729482 100644
---
a/i18n/zh/docusaurus-plugin-content-docs/version-2.5.0/deployment/deployment-quick.md
+++
b/i18n/zh/docusaurus-plugin-content-docs/version-2.5.0/deployment/deployment-quick.md
@@ -15,9 +15,9 @@ description: 单机快速部署
### 启动 Apache ShenYu Bootstrap
-* 下载
[apache-shenyu-incubating-${current.version}-bootstrap-bin.tar.gz](https://archive.apache.org/dist/incubator/shenyu/2.4.3/apache-shenyu-incubating-2.4.3-bootstrap-bin.tar.gz)
+* 下载
[apache-shenyu-${current.version}-bootstrap-bin.tar.gz](https://archive.apache.org/dist/shenyu/2.5.0/apache-shenyu-2.5.0-bootstrap-bin.tar.gz)
-* 解压缩 `apache-shenyu-incubating-${current.version}-bootstrap-bin.tar.gz`。 进入
bin 目录。
+* 解压缩 `apache-shenyu-${current.version}-bootstrap-bin.tar.gz`。 进入 bin 目录。
```
> windwos : start.bat
diff --git a/versioned_docs/version-2.5.0/deployment/deployment-package.md
b/versioned_docs/version-2.5.0/deployment/deployment-package.md
index be94342004..6c0448f025 100644
--- a/versioned_docs/version-2.5.0/deployment/deployment-package.md
+++ b/versioned_docs/version-2.5.0/deployment/deployment-package.md
@@ -11,9 +11,9 @@ This article introduces the deployment of the `Apache ShenYu`
gateway using the
### Start Apache ShenYu Admin
-* download
[apache-shenyu-incubating-${current.version}-admin-bin.tar.gz](https://archive.apache.org/dist/incubator/shenyu/2.4.3/apache-shenyu-incubating-2.4.3-admin-bin.tar.gz)
+* download
[apache-shenyu-${current.version}-admin-bin.tar.gz](https://archive.apache.org/dist/shenyu/2.5.0/apache-shenyu-2.5.0-admin-bin.tar.gz)
-* unzip `apache-shenyu-incubating-${current.version}-admin-bin.tar.gz`。 go to
the `bin` directory.
+* unzip `apache-shenyu-${current.version}-admin-bin.tar.gz`。 go to the `bin`
directory.
* use `h2` to store data:
@@ -49,9 +49,9 @@ This article introduces the deployment of the `Apache ShenYu`
gateway using the
### Start Apache ShenYu Bootstrap
-* download
[apache-shenyu-incubating-${current.version}-bootstrap-bin.tar.gz](https://archive.apache.org/dist/incubator/shenyu/2.4.3/apache-shenyu-incubating-2.4.3-bootstrap-bin.tar.gz)
+* download
[apache-shenyu-${current.version}-bootstrap-bin.tar.gz](https://archive.apache.org/dist/shenyu/2.5.0/apache-shenyu-2.5.0-bootstrap-bin.tar.gz)
-* unzip `apache-shenyu-incubating-${current.version}-bootstrap-bin.tar.gz`。 go
to the `bin` directory.
+* unzip `apache-shenyu-${current.version}-bootstrap-bin.tar.gz`。 go to the
`bin` directory.
```
> windwos : start.bat
diff --git a/versioned_docs/version-2.5.0/deployment/deployment-quick.md
b/versioned_docs/version-2.5.0/deployment/deployment-quick.md
index 8aa9e2a4e0..a95e40430c 100644
--- a/versioned_docs/version-2.5.0/deployment/deployment-quick.md
+++ b/versioned_docs/version-2.5.0/deployment/deployment-quick.md
@@ -15,9 +15,9 @@ This article introduces how to quick start the `Apache
ShenYu` gateway in the st
### Start Apache ShenYu Bootstrap
-* download
[apache-shenyu-incubating-${current.version}-bootstrap-bin.tar.gz](https://archive.apache.org/dist/incubator/shenyu/2.4.3/apache-shenyu-incubating-2.4.3-bootstrap-bin.tar.gz)
+* download
[apache-shenyu-${current.version}-bootstrap-bin.tar.gz](https://archive.apache.org/dist/shenyu/2.5.0/apache-shenyu-2.5.0-bootstrap-bin.tar.gz)
-* unzip `apache-shenyu-incubating-${current.version}-bootstrap-bin.tar.gz`。 go
to the `bin` directory.
+* unzip `apache-shenyu-${current.version}-bootstrap-bin.tar.gz`。 go to the
`bin` directory.
```
> windwos : start.bat