Skip to content

Commit

Permalink
chore: update dependency idoc to v1
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Mar 17, 2024
1 parent b41040f commit 2386762
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"private": true,
"name": "nginx-tutorial",
"description": "Nginx 是一款面向性能设计的 HTTP 服务器,能反向代理 HTTP,HTTPS 和邮件相关(SMTP,POP3,IMAP)的协议链接。并且提供了负载均衡以及 HTTP 缓存。它的设计充分使用异步事件模型,削减上下文调度的开销,提高服务器并发能力。采用了模块化设计,提供了丰富模块的第三方模块。",
"homepage": "https://jaywcjlove.github.io/nginx-tutorial",
"version": "1.0.0",
"scripts": {
"start": "idoc --watch",
Expand All @@ -18,6 +19,17 @@
"centos"
],
"dependencies": {
"idoc": "^1.26.1"
"idoc": "^1"
},
"idoc": {
"logo": "./favicon.svg",
"favicon": "./favicon.svg",
"menus": {
"Home": "index.html"
},
"Sponsor": {
"url": "https://wangchujiang.com/#/sponsor",
"target": "__blank"
}
}
}

0 comments on commit 2386762

Please sign in to comment.