-
Notifications
You must be signed in to change notification settings - Fork 167
/
book.json
37 lines (37 loc) · 948 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
{
"gitbook": "=3.0.0-pre.14",
"author": "Ping <[email protected]>",
"description": "RabbitMQ in Chinese",
"root": "./published",
"generator": "site",
"links": {
"sharing": {
"all": null,
"facebook": null,
"google": null,
"twitter": null,
"weibo": null
},
"sidebar": {
"瓶先生": "http://mr-ping.com"
}
},
"plugins": [
"ga",
"expandable-chapters-interactive",
"-lunr", "-search", "search-plus",
"page-toc"
],
"pluginsConfig": {
"ga": {
"token": "UA-120619814-1"
},
"page-toc": {
"selector": ".markdown-section h1, .markdown-section h2, .markdown-section h3, .markdown-section h4",
"position": "before-first",
"showByDefault": true
}
},
"title": "RabbitMQ in Chinese",
"variables": {}
}