forked from MornS0/PeiQi-WIKI-POC
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbook.json
40 lines (38 loc) · 809 Bytes
/
book.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"title": "PeiQi WiKi文库",
"author": "PeiQi",
"description": "WiKi文库",
"language": "zh-hans",
"plugins": [
"back-to-top-button",
"expandable-chapters",
"theme-comscore",
"splitter",
"alerts",
"chapter-fold",
"code",
"github",
"favicon",
"accordion",
"-lunr",
"-search",
"search-pro",
"emphasize",
"-sharing",
"sharing-plus",
"tbfed-pagefooter",
"lightbox",
"flexible-alerts",
"pageview-count"
],
"pluginsConfig": {
"github": {
"url":"https://github.com/PeiQi0"
},
"tbfed-pagefooter": {
"copyright":"PeiQi WiKi文库",
"modify_label": "文件更新时间:",
"modify_format": "YYYY-MM-DD HH:mm:ss"
}
}
}