Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Source Code to Binary Packages in deployment document #147

Merged
merged 1 commit into from
Jul 27, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/en/projects/shenyu/_index.md
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
title: 源码包部署
title: 二进制包部署
keywords: Apache ShenYu Deployment
description: 源码包部署
description: 二进制包部署
---

本文介绍使用源码包部署 `Apache ShenYu` 网关。
本文介绍使用二进制包部署 `Apache ShenYu` 网关。


### 启动 Apache ShenYu Admin
Expand Down