Skip to content

Commit 2386762

Browse files
committed
chore: update dependency idoc to v1
1 parent b41040f commit 2386762

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

package.json

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"private": true,
44
"name": "nginx-tutorial",
55
"description": "Nginx 是一款面向性能设计的 HTTP 服务器,能反向代理 HTTP,HTTPS 和邮件相关(SMTP,POP3,IMAP)的协议链接。并且提供了负载均衡以及 HTTP 缓存。它的设计充分使用异步事件模型,削减上下文调度的开销,提高服务器并发能力。采用了模块化设计,提供了丰富模块的第三方模块。",
6+
"homepage": "https://jaywcjlove.github.io/nginx-tutorial",
67
"version": "1.0.0",
78
"scripts": {
89
"start": "idoc --watch",
@@ -18,6 +19,17 @@
1819
"centos"
1920
],
2021
"dependencies": {
21-
"idoc": "^1.26.1"
22+
"idoc": "^1"
23+
},
24+
"idoc": {
25+
"logo": "./favicon.svg",
26+
"favicon": "./favicon.svg",
27+
"menus": {
28+
"Home": "index.html"
29+
},
30+
"Sponsor": {
31+
"url": "https://wangchujiang.com/#/sponsor",
32+
"target": "__blank"
33+
}
2234
}
2335
}

0 commit comments

Comments
 (0)