Skip to content

Commit

Permalink
Update Source Code to Binary Packages in deployment document (#147)
Browse files Browse the repository at this point in the history
  • Loading branch information
Switch-vov committed Jul 27, 2021
1 parent 9209623 commit 2714c06
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion content/en/projects/shenyu/_index.md
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion content/en/projects/shenyu/deployment-custom/index.md
Expand Up @@ -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)

Expand Down
6 changes: 3 additions & 3 deletions 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
Expand Down
2 changes: 1 addition & 1 deletion content/zh/projects/shenyu/_index.md
Expand Up @@ -46,7 +46,7 @@ sidebar:
sub:
- title: '本地部署'
link: 'deployment-local'
- title: '源码包部署'
- title: '二进制包部署'
link: 'deployment-package'
- title: 'Docker部署'
link: 'deployment-docker'
Expand Down
2 changes: 1 addition & 1 deletion content/zh/projects/shenyu/deployment-custom/index.md
Expand Up @@ -11,7 +11,7 @@ description: 自定义搭建网关

* docker 用户参考 docker部署 Apache ShenYu Admin

* liunx/windows 用户参考源码部署 Apache ShenYu Admin
* liunx/windows 用户参考二进制包部署 Apache ShenYu Admin

### 搭建自己的网关(推荐)

Expand Down
6 changes: 3 additions & 3 deletions 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
Expand Down

0 comments on commit 2714c06

Please sign in to comment.