forked from AngelKitty/SE_Book_CN
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbook.json
81 lines (79 loc) · 2.07 KB
/
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"title": "Software Engineer(10th edition) 中文版",
"description": "Software Engineer(10th edition)",
"author": "Angel_Kitty",
"language": "zh-hans",
"root": ".",
"plugins": [
"github-buttons@2.1.0",
"edit-link",
"back-to-top-button",
"chapter-fold",
"code",
"copy-code-button",
"splitter",
"-lunr",
"-search",
"search-pro",
"pageview-count",
"tbfed-pagefooter",
"popup",
"-sharing",
"sharing-plus",
"advanced-emoji",
"github",
"emphasize",
"sectionx",
"klipse",
"flexible-alerts",
"auto-scroll-table",
"lightbox",
"click-reveal",
"include-csv",
"local-video",
"katex"
],
"pluginsConfig": {
"github-buttons": {
"repo": "AngelKitty/SE_Book_CN",
"types": [
"star"
],
"size": "small"
},
"edit-link": {
"base": "https://github.com/AngelKitty/SE_Book_CN/edit/master",
"label": "编辑此页面"
},
"tbfed-pagefooter": {
"copyright": "Copyright © 2019 Angel_Kitty",
"modify_label": "该文章修订时间:",
"modify_format": "YYYY-MM-DD HH:mm:ss"
},
"sharing": {
"douban": true,
"facebook": true,
"google": true,
"pocket": true,
"qq": true,
"qzone": true,
"twitter": true,
"weibo": true,
"all": [
"douban", "facebook", "google", "instapaper", "linkedin","twitter", "weibo",
"messenger","qq", "qzone","viber","whatsapp"
]
},
"github": {
"url": "https://github.com/AngelKitty"
},
"flexible-alerts": {
"style": "callout",
"comment": {
"label": "Comment",
"icon": "fa fa-comments",
"className": "info"
}
}
}
}