Skip to content

Commit 48ee5b6

Browse files
committed
chore: update deploy branch
1 parent 1ef372f commit 48ee5b6

13 files changed

+14
-14
lines changed

config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ const foot = {
4343
},
4444
],
4545
},
46-
{ title: 'Egg.js Dingtalk', qrcode: '/egg/qrcode_dingtalk.png' },
46+
{ title: 'Egg.js Dingtalk', qrcode: '/img_egg/qrcode_dingtalk.png' },
4747
],
4848
copyright: [{ text: 'Copyright © 2019 Egg.js' }],
4949
};

docs/README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,24 @@
22
toc: false
33
home: true
44
heroText: Egg.js
5-
banner: /egg/banner.png
5+
banner: /img_egg/banner.png
66
tagline: Born to build better enterprise frameworks and apps with Node.js & Koa
77
actionText: QuickStart →
88
actionLink: /guide/
99
features:
1010
- title: 完善的生态
1111
details: 基于开源生态,专为泛蚂蚁生态定制,一分钟接入后端服务中间件,支持多种部署环境。
12-
icon: /egg/icon-3.png
12+
icon: /img_egg/icon-3.png
1313
- title: 高效自然的研发体验
1414
details: 渐进式开发,学习曲线平滑,提供一站式开发套件,为研发全流程保驾护航。
15-
icon: /egg/icon-4.png
15+
icon: /img_egg/icon-4.png
1616
- title: 高质量、可信赖
1717
details: 高质量,完备的测试,内置集团安全策略,双十一等线上大规模顶级流量压力考验。
18-
icon: /egg/icon-2.png
18+
icon: /img_egg/icon-2.png
1919
- title: 灵活、高扩展性
2020
details: 约定优于配置,高度灵活的定制性,业界领先的插件机制和上层业务框架机制。
21-
icon: /egg/icon-1.png
21+
icon: /img_egg/icon-1.png
2222
whosusing:
23-
icon: /img_chair/whosusing.png
23+
icon: /img_egg/whosusing.png
2424
# footer: MIT Licensed
2525
---

docs/zh/README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,24 @@
22
toc: false
33
home: true
44
heroText: Egg.js
5-
banner: /egg/banner.png
5+
banner: /img_egg/banner.png
66
tagline: 为企业级框架和应用而生
77
actionText: 快速开始 →
88
actionLink: /zh/guide/
99
features:
1010
- title: 完善的生态
1111
details: 基于开源生态,专为泛蚂蚁生态定制,一分钟接入后端服务中间件,支持多种部署环境。
12-
icon: /egg/icon-3.png
12+
icon: /img_egg/icon-3.png
1313
- title: 高效自然的研发体验
1414
details: 渐进式开发,学习曲线平滑,提供一站式开发套件,为研发全流程保驾护航。
15-
icon: /egg/icon-4.png
15+
icon: /img_egg/icon-4.png
1616
- title: 高质量、可信赖
1717
details: 高质量,完备的测试,内置集团安全策略,双十一等线上大规模顶级流量压力考验。
18-
icon: /egg/icon-2.png
18+
icon: /img_egg/icon-2.png
1919
- title: 灵活、高扩展性
2020
details: 约定优于配置,高度灵活的定制性,业界领先的插件机制和上层业务框架机制。
21-
icon: /egg/icon-1.png
21+
icon: /img_egg/icon-1.png
2222
whosusing:
23-
icon: /img_chair/whosusing.png
23+
icon: /img_egg/whosusing.png
2424
# footer: MIT Licensed
2525
---

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"scripts": {
77
"dev": "doctools dev --configPath config.js",
88
"build": "doctools build --configPath config.js",
9-
"deploy": "doctools deploy --configPath config.js --githubToken=true"
9+
"deploy": "doctools deploy --configPath config.js --githubToken=true --deployBranch=master"
1010
},
1111
"repository": {
1212
"type": "git",

0 commit comments

Comments
 (0)