Skip to content

Commit b8ec1cf

Browse files
committed
chore: add idoc config.
1 parent 2386762 commit b8ec1cf

File tree

2 files changed

+24
-12
lines changed

2 files changed

+24
-12
lines changed

idoc.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
site: Nginx 入门学习笔记
2+
logo: "./favicon.svg"
3+
favicon: "./favicon.svg"
4+
5+
homepage: https://wangchujiang.com/nginx-tutorial/
6+
7+
menus:
8+
Home: index.html
9+
Sponsor:
10+
url: https://wangchujiang.com/#/sponsor
11+
target: __blank
12+
13+
editButton:
14+
label: Edit this page on GitHub
15+
url: https://github.com/jaywcjlove/nginx-tutorial/tree/master/
16+
footer: |
17+
<a href="https://wangchujiang.com/#/app" target="_blank">App</a> •
18+
<a href="https://wangchujiang.com/#/projects" target="_blank">Projects</a> •
19+
<a href="https://wangchujiang.com/#/sponsor" target="_blank">Sponsor</a> •
20+
<a href="https://wangchujiang.com/#/app" target="_blank">More Apps</a><br /><br />
21+
Released under the MIT License. Copyright © 2024 <a href="https://wangchujiang.com/#/about" target="_blank">Kenny Wong</a><br />
22+
Generated by <a href="https://github.com/jaywcjlove/idoc" target="_blank">idoc</a> v{{idocVersion}}

package.json

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -16,20 +16,10 @@
1616
"keywords": [
1717
"nginx",
1818
"tutorial",
19-
"centos"
19+
"centos",
20+
"Nginx 入门学习笔记"
2021
],
2122
"dependencies": {
2223
"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-
}
3424
}
3525
}

0 commit comments

Comments
 (0)