-
Notifications
You must be signed in to change notification settings - Fork 68
/
book.json
38 lines (38 loc) · 907 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
{
"title": "Twisted与异步编程入门",
"author": "likebeta",
"description": "Twisted与异步编程入门",
"language": "zh-hans",
"plugins": [
"-lunr",
"-search",
"-sharing",
"-sharing-plus",
"-livereload",
"highlight",
"search-pro",
"github",
"back-to-top-button",
"code",
"splitter",
"tbfed-pagefooter",
"fontsettings"
],
"pluginsConfig": {
"tbfed-pagefooter": {
"modify_label": "修订时间:",
"modify_format": "YYYY-MM-DD HH:mm:ss"
},
"search-pro": {
"cutWordLib": "nodejieba"
},
"github": {
"url": "https://github.com/likebeta"
}
},
"links": {
"sidebar": {
"代码仓库": "https://github.com/likebeta/twisted-intro-cn"
}
}
}