-
Notifications
You must be signed in to change notification settings - Fork 830
/
book.json
76 lines (76 loc) · 1.94 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
{
"title":"Android校招面试指南",
"description":"Android面试必备,记录自己的秋招之路",
"author":"ruheng",
"output.name":"site",
"language":"zh-hans",
"gitbook":"3.2.3",
"links":{
"sidebar":{
"Home":"http://lruheng.com/"
}
},
"plugins":[
"-lunr",
"-search",
"-livereload",
"search-plus@^0.0.11",
"github@^2.0.0",
"edit-link@^2.0.2",
"advanced-emoji@^0.2.1",
"anchors@^0.7.1",
"splitter@^0.0.8",
"tbfed-pagefooter@^0.0.1",
"expandable-chapters-small@^0.1.7",
"sectionx@^3.1.0",
"local-video@^1.0.1",
"favicon@^0.0.2"
],
"pluginsConfig":{
"theme-default":{
"showLevel":true
},
"github":{
"url":"https://github.com/LRH1993/android_interview"
},
"github-buttons":{
"repo":"LRH1993/android_interview",
"types":[
"star"
],
"size":"small"
},
"sharing":{
"weibo":true,
"facebook":true,
"twitter":true,
"google":false,
"instapaper":false,
"vk":false,
"all":[
"facebook",
"google",
"twitter",
"weibo",
"instapaper"
]
},
"tbfed-pagefooter":{
"copyright":"Copyright © ruheng.com 2017",
"modify_label":"该文件修订时间:",
"modify_format":"YYYY-MM-DD HH:mm:ss"
},
"edit-link":{
"base":"https://github.com/LRH1993/android_interview/edit/master",
"label":"Edit This Page"
},
"sectionx":{
"tag":"b"
},
"favicon":{
"shortcut":"favicon.ico",
"bookmark":"favicon.ico"
}
}
}