This is an automated email from the ASF dual-hosted git repository.

yui 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 c8a2281c8c patch (#730)
c8a2281c8c is described below

commit c8a2281c8c65f16e5321522605668056fc3fcbfb
Author: Sinsy <[email protected]>
AuthorDate: Wed Aug 31 17:09:07 2022 +0800

    patch (#730)
    
    * patch
    
    * add 2.5.0
---
 docs/deployment/deployment-cluster.md                                 | 4 ++--
 docs/index.md                                                         | 4 ++++
 .../current/deployment/deployment-cluster.md                          | 4 ++--
 .../current/deployment/deployment-docker-compose.md                   | 2 +-
 i18n/zh/docusaurus-plugin-content-docs/current/index.md               | 4 ++++
 .../version-2.5.0/deployment/deployment-cluster.md                    | 4 ++--
 .../version-2.5.0/deployment/deployment-docker-compose.md             | 2 +-
 versioned_docs/version-2.5.0/deployment/deployment-cluster.md         | 4 ++--
 8 files changed, 18 insertions(+), 10 deletions(-)

diff --git a/docs/deployment/deployment-cluster.md 
b/docs/deployment/deployment-cluster.md
index 1905b22888..fe4afa4372 100644
--- a/docs/deployment/deployment-cluster.md
+++ b/docs/deployment/deployment-cluster.md
@@ -19,7 +19,7 @@ This aritcle introduces how to delopy the `Shenyu` gateway in 
cluster enviroment
 
 ### Start Apache ShenYu Admin
 
-* download and unzip 
[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)
 in your Gateway Admin server.
+* download and unzip 
[apache-shenyu-${current.version}-admin-bin.tar.gz](https://archive.apache.org/dist/incubator/shenyu/2.5.0/apache-shenyu-2.5.0-admin-bin.tar.gz)
 in your Gateway Admin server.
 
 * config your database, go to the `/conf` directory, and  modify 
`spring.profiles.active` of the configuration in `application.yaml` to `mysql`, 
`pg` or `h2`.
 
@@ -35,7 +35,7 @@ This aritcle introduces how to delopy the `Shenyu` gateway in 
cluster enviroment
 
 ### Start Apache ShenYu Boostrap
 
-* download and unzip 
[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)
 in your Gateway Boostrap server.
+* download and unzip 
[apache-shenyu-${current.version}-bootstrap-bin.tar.gz](https://archive.apache.org/dist/incubator/shenyu/2.5.0/apache-shenyu-2.5.0-bootstrap-bin.tar.gz)
 in your Gateway Boostrap server.
 
 * config your synchronization, go to the `/conf` directory, and modify 
`shenyu.sync` of configuration in `application.yaml` to `websocket`, `http`, 
`zookeeper`, `etcd`, `consul` or `nacos`, this configuaration must remain the 
same of `ShenyYu Admin`.
 
diff --git a/docs/index.md b/docs/index.md
index 9d560769e4..066cba1965 100755
--- a/docs/index.md
+++ b/docs/index.md
@@ -49,6 +49,10 @@ ShenYu (神禹) is the honorific name of Chinese ancient monarch 
Xia Yu (also kn
 > docker run -d -p 9095:9095 --net shenyu apache/shenyu-admin
 ```
 
+Default account: **admin** 
+
+Default password: **123456**
+
 ### Run Apache ShenYu Bootstrap
 
 ```
diff --git 
a/i18n/zh/docusaurus-plugin-content-docs/current/deployment/deployment-cluster.md
 
b/i18n/zh/docusaurus-plugin-content-docs/current/deployment/deployment-cluster.md
index 1d9a009429..44e6999f16 100644
--- 
a/i18n/zh/docusaurus-plugin-content-docs/current/deployment/deployment-cluster.md
+++ 
b/i18n/zh/docusaurus-plugin-content-docs/current/deployment/deployment-cluster.md
@@ -19,7 +19,7 @@ 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-incubating-2.5.0-admin-bin.tar.gz)
 。
 
 * 
配置你的数据库,进入`/conf`目录,在`application.yaml`文件中修改`spring.profiles.active`节点为`mysql`, 
`pg` or `h2`。
 
@@ -35,7 +35,7 @@ description: 集群部署
 
 ### 启动 Apache ShenYu Boostrap
 
-* 
在你的网关启动器服务器下载并解压[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-incubating-2.5.0-bootstrap-bin.tar.gz)
 。
 
 * 配置你的数据同步方式,进入`/conf`目录,在`application.yaml`文件中修改`shenyu.sync`节点为`websocket`, 
`http`, `zookeeper`, `etcd`, `consul` 或者 `nacos`,这个配置必须与`ShenyYu Admin`的配置保持相同。
 
diff --git 
a/i18n/zh/docusaurus-plugin-content-docs/current/deployment/deployment-docker-compose.md
 
b/i18n/zh/docusaurus-plugin-content-docs/current/deployment/deployment-docker-compose.md
index 57be598e78..96287dcee2 100644
--- 
a/i18n/zh/docusaurus-plugin-content-docs/current/deployment/deployment-docker-compose.md
+++ 
b/i18n/zh/docusaurus-plugin-content-docs/current/deployment/deployment-docker-compose.md
@@ -12,7 +12,7 @@ description: Docker-compose Deployment
 ### 下载 shell 脚本
 
 ```shell
-curl -O 
https://raw.githubusercontent.com/apache/incubator-shenyu/master/shenyu-dist/shenyu-docker-compose-dist/src/main/resources/install.sh
+curl -O 
https://raw.githubusercontent.com/apache/shenyu/master/shenyu-dist/shenyu-docker-compose-dist/src/main/resources/install.sh
 ```
 
 ### 执行脚本
diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/index.md 
b/i18n/zh/docusaurus-plugin-content-docs/current/index.md
index 768e94c27e..50dd3fd6f4 100644
--- a/i18n/zh/docusaurus-plugin-content-docs/current/index.md
+++ b/i18n/zh/docusaurus-plugin-content-docs/current/index.md
@@ -44,6 +44,10 @@ description: Apache ShenYu 是一个异步的,高性能的,跨语言的,
 > docker run -d -p 9095:9095 --net shenyu apache/shenyu-admin
 ```
 
+默认账号: **admin**
+
+默认密码: **123456**
+
 ### 运行 Apache ShenYu Bootstrap
 
 ```
diff --git 
a/i18n/zh/docusaurus-plugin-content-docs/version-2.5.0/deployment/deployment-cluster.md
 
b/i18n/zh/docusaurus-plugin-content-docs/version-2.5.0/deployment/deployment-cluster.md
index 1d9a009429..d222d4bddd 100644
--- 
a/i18n/zh/docusaurus-plugin-content-docs/version-2.5.0/deployment/deployment-cluster.md
+++ 
b/i18n/zh/docusaurus-plugin-content-docs/version-2.5.0/deployment/deployment-cluster.md
@@ -19,7 +19,7 @@ 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/incubator/shenyu/2.5.0/apache-shenyu-2.5.0-admin-bin.tar.gz)
 。
 
 * 
配置你的数据库,进入`/conf`目录,在`application.yaml`文件中修改`spring.profiles.active`节点为`mysql`, 
`pg` or `h2`。
 
@@ -35,7 +35,7 @@ description: 集群部署
 
 ### 启动 Apache ShenYu Boostrap
 
-* 
在你的网关启动器服务器下载并解压[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/incubator/shenyu/2.5.0/apache-shenyu-2.5.0-bootstrap-bin.tar.gz)
 。
 
 * 配置你的数据同步方式,进入`/conf`目录,在`application.yaml`文件中修改`shenyu.sync`节点为`websocket`, 
`http`, `zookeeper`, `etcd`, `consul` 或者 `nacos`,这个配置必须与`ShenyYu Admin`的配置保持相同。
 
diff --git 
a/i18n/zh/docusaurus-plugin-content-docs/version-2.5.0/deployment/deployment-docker-compose.md
 
b/i18n/zh/docusaurus-plugin-content-docs/version-2.5.0/deployment/deployment-docker-compose.md
index 57be598e78..96287dcee2 100644
--- 
a/i18n/zh/docusaurus-plugin-content-docs/version-2.5.0/deployment/deployment-docker-compose.md
+++ 
b/i18n/zh/docusaurus-plugin-content-docs/version-2.5.0/deployment/deployment-docker-compose.md
@@ -12,7 +12,7 @@ description: Docker-compose Deployment
 ### 下载 shell 脚本
 
 ```shell
-curl -O 
https://raw.githubusercontent.com/apache/incubator-shenyu/master/shenyu-dist/shenyu-docker-compose-dist/src/main/resources/install.sh
+curl -O 
https://raw.githubusercontent.com/apache/shenyu/master/shenyu-dist/shenyu-docker-compose-dist/src/main/resources/install.sh
 ```
 
 ### 执行脚本
diff --git a/versioned_docs/version-2.5.0/deployment/deployment-cluster.md 
b/versioned_docs/version-2.5.0/deployment/deployment-cluster.md
index 1905b22888..a055285404 100644
--- a/versioned_docs/version-2.5.0/deployment/deployment-cluster.md
+++ b/versioned_docs/version-2.5.0/deployment/deployment-cluster.md
@@ -19,7 +19,7 @@ This aritcle introduces how to delopy the `Shenyu` gateway in 
cluster enviroment
 
 ### Start Apache ShenYu Admin
 
-* download and unzip 
[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)
 in your Gateway Admin server.
+* download and unzip 
[apache-shenyu-${current.version}-admin-bin.tar.gz](https://archive.apache.org/dist/incubator/shenyu/2.5.0/apache-shenyu-2.5.0-admin-bin.tar.gz)
 in your Gateway Admin server.
 
 * config your database, go to the `/conf` directory, and  modify 
`spring.profiles.active` of the configuration in `application.yaml` to `mysql`, 
`pg` or `h2`.
 
@@ -35,7 +35,7 @@ This aritcle introduces how to delopy the `Shenyu` gateway in 
cluster enviroment
 
 ### Start Apache ShenYu Boostrap
 
-* download and unzip 
[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)
 in your Gateway Boostrap server.
+* download and unzip 
[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)
 in your Gateway Boostrap server.
 
 * config your synchronization, go to the `/conf` directory, and modify 
`shenyu.sync` of configuration in `application.yaml` to `websocket`, `http`, 
`zookeeper`, `etcd`, `consul` or `nacos`, this configuaration must remain the 
same of `ShenyYu Admin`.
 

Reply via email to