-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathbook.json
43 lines (43 loc) · 1011 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
41
42
43
{
"title": "TarsPHP",
"author": "copyrenzhe",
"description": "TarsPHP document",
"language": "en,zh-hans",
"structure": {
"readme": "README.md"
},
"links": {
"sidebar": {
"Tars官网": "https://tars.tencent.com"
}
},
"plugins": [
"github",
"github-buttons",
"favicon",
"multilingual-index"
],
"pluginsConfig": {
"github": {
"url": "https://github.com/TarsPHP/TarsPHP"
},
"github-buttons": {
"buttons": [{
"user": "TarsPHP",
"repo": "TarsPHP",
"type": "star",
"size": "small",
"count": true
}
]
},
"multiligual-index": {
"enableSuper": false,
"index": "README.md"
},
"favicon": {
"shortcut": "assets/favicon.ico",
"bookmark": "assets/favicon.ico"
}
}
}