forked from xianyunyh/PHP-Interview
-
Notifications
You must be signed in to change notification settings - Fork 0
/
book.json
37 lines (37 loc) · 785 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
{
"title": "PHP知识整理",
"description": "PHP知识整理",
"language": "zh-hans",
"extension": null,
"generator": "site",
"gitbook": "3.x.x",
"plugins": [
"github",
"anchors",
"theme-comscore",
"expandable-chapters-small",
"search-plus",
"-search"
],
"pluginsConfig": {
"github": {
"url": "https://github.com/xianyunyh/PHP-Interview"
},
"theme-default": {
"showLevel": true
},
"search-pro": {
"cutWordLib": "nodejieba",
"defineWord" : ["Gitbook Use"]
}
},
"links": {
"gitbook": false,
"sharing": {
"google": false,
"facebook": false,
"twitter": false,
"all": false
}
}
}