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/incubator-shenyu-website.git
The following commit(s) were added to refs/heads/main by this push:
new 2714c06 Update Source Code to Binary Packages in deployment document
(#147)
2714c06 is described below
commit 2714c063261f80ad8c233a9c66484b336b65991d
Author: Switch <[email protected]>
AuthorDate: Tue Jul 27 17:21:10 2021 +0800
Update Source Code to Binary Packages in deployment document (#147)
---
content/en/projects/shenyu/_index.md | 2 +-
content/en/projects/shenyu/deployment-custom/index.md | 2 +-
content/en/projects/shenyu/deployment-package/index.md | 6 +++---
content/zh/projects/shenyu/_index.md | 2 +-
content/zh/projects/shenyu/deployment-custom/index.md | 2 +-
content/zh/projects/shenyu/deployment-package/index.md | 6 +++---
6 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/content/en/projects/shenyu/_index.md
b/content/en/projects/shenyu/_index.md
index 66461ae..0251e3f 100644
--- a/content/en/projects/shenyu/_index.md
+++ b/content/en/projects/shenyu/_index.md
@@ -46,7 +46,7 @@ sidebar:
sub:
- title: 'Local Deployment'
link: 'deployment-local'
- - title: 'Source Code Deployment'
+ - title: 'Binary Packages Deployment'
link: 'deployment-package'
- title: 'Docker Deployment'
link: 'deployment-docker'
diff --git a/content/en/projects/shenyu/deployment-custom/index.md
b/content/en/projects/shenyu/deployment-custom/index.md
index 87d03c5..6dde510 100644
--- a/content/en/projects/shenyu/deployment-custom/index.md
+++ b/content/en/projects/shenyu/deployment-custom/index.md
@@ -11,7 +11,7 @@ This article describes how to build your own gateway based on
`Apache ShenYu`.
* docker reference docker deployment Apache ShenYu Admin
-* liunx/windows reference source code deployment Apache ShenYu Admin
+* liunx/windows reference binary packages deployment Apache ShenYu Admin
### Build your own gateway (recommended)
diff --git a/content/en/projects/shenyu/deployment-package/index.md
b/content/en/projects/shenyu/deployment-package/index.md
index a48ecbb..925d03b 100644
--- a/content/en/projects/shenyu/deployment-package/index.md
+++ b/content/en/projects/shenyu/deployment-package/index.md
@@ -1,10 +1,10 @@
---
-title: Source Code Deployment
+title: Binary Packages Deployment
keywords: Apache ShenYu Deployment
-description: Source Code Deployment
+description: Binary Packages Deployment
---
-This article introduces the deployment of the `Apache ShenYu` gateway using
the source code.
+This article introduces the deployment of the `Apache ShenYu` gateway using
the binary packages.
### Start Apache ShenYu Admin
diff --git a/content/zh/projects/shenyu/_index.md
b/content/zh/projects/shenyu/_index.md
index e72f66d..c2ef876 100644
--- a/content/zh/projects/shenyu/_index.md
+++ b/content/zh/projects/shenyu/_index.md
@@ -46,7 +46,7 @@ sidebar:
sub:
- title: '本地部署'
link: 'deployment-local'
- - title: '源码包部署'
+ - title: '二进制包部署'
link: 'deployment-package'
- title: 'Docker部署'
link: 'deployment-docker'
diff --git a/content/zh/projects/shenyu/deployment-custom/index.md
b/content/zh/projects/shenyu/deployment-custom/index.md
index ea4e76c..cd690d3 100644
--- a/content/zh/projects/shenyu/deployment-custom/index.md
+++ b/content/zh/projects/shenyu/deployment-custom/index.md
@@ -11,7 +11,7 @@ description: 自定义搭建网关
* docker 用户参考 docker部署 Apache ShenYu Admin
-* liunx/windows 用户参考源码部署 Apache ShenYu Admin
+* liunx/windows 用户参考二进制包部署 Apache ShenYu Admin
### 搭建自己的网关(推荐)
diff --git a/content/zh/projects/shenyu/deployment-package/index.md
b/content/zh/projects/shenyu/deployment-package/index.md
index edbb781..1233a85 100644
--- a/content/zh/projects/shenyu/deployment-package/index.md
+++ b/content/zh/projects/shenyu/deployment-package/index.md
@@ -1,10 +1,10 @@
---
-title: 源码包部署
+title: 二进制包部署
keywords: Apache ShenYu Deployment
-description: 源码包部署
+description: 二进制包部署
---
-本文介绍使用源码包部署 `Apache ShenYu` 网关。
+本文介绍使用二进制包部署 `Apache ShenYu` 网关。
### 启动 Apache ShenYu Admin