We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b41040f commit 2386762Copy full SHA for 2386762
package.json
@@ -3,6 +3,7 @@
3
"private": true,
4
"name": "nginx-tutorial",
5
"description": "Nginx 是一款面向性能设计的 HTTP 服务器,能反向代理 HTTP,HTTPS 和邮件相关(SMTP,POP3,IMAP)的协议链接。并且提供了负载均衡以及 HTTP 缓存。它的设计充分使用异步事件模型,削减上下文调度的开销,提高服务器并发能力。采用了模块化设计,提供了丰富模块的第三方模块。",
6
+ "homepage": "https://jaywcjlove.github.io/nginx-tutorial",
7
"version": "1.0.0",
8
"scripts": {
9
"start": "idoc --watch",
@@ -18,6 +19,17 @@
18
19
"centos"
20
],
21
"dependencies": {
- "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
+ }
34
}
35
0 commit comments