-
Notifications
You must be signed in to change notification settings - Fork 243
/
Copy pathbook.json
40 lines (40 loc) · 925 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": "Nginx中文文档",
"author": "DocsHome",
"language": "zh-hans",
"links": {
"sidebar": {
"Home": "https://github.com/DocsHome"
}
},
"plugins": [
"-sharing",
"-highlight",
"-livereload",
"prism",
"favicon"
],
"pluginsConfig": {
"github": {
"url": "https://github.com/DocsHome/nginx-docs"
},
"prism": {
"css": [
"prismjs/themes/prism-solarizedlight.css"
]
},
"tbfed-pagefooter": {
"copyright": "Copyright © <a style=\"font-weight: bold\" href=\"https://github.com/DocsHome/nginx-docs\">Oopsguy.com</a> 2017",
"modify_label": "最后更新时间:",
"modify_format": "YYYY-MM-DD HH:mm:ss"
},
"github-buttons": {
"repo": "DocsHome/nginx-docs",
"types": [
"star",
"watch"
],
"size": "small"
}
}
}