generated from bihe0832/gitbook
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbook.json
More file actions
142 lines (142 loc) · 3.48 KB
/
book.json
File metadata and controls
142 lines (142 loc) · 3.48 KB
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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
{
"title": "AndroidAppFactory",
"description": "AndroidAppFactory Doc",
"author": "zixie",
"language": "zh-hans",
"styles": {
"website": "styles/website.css"
},
"plugins": [
"favicon",
"insert-logo",
"theme-comscore",
"autotheme",
"sitemap-general",
"rss",
"todo",
"redirect" ,
"-lunr",
"-search",
"search-pro",
"edit-link-plus",
"expandable-chapters",
"chapter-fold",
"splitter",
"hide-element",
"pageview-count",
"-sharing",
"sharing-plus",
"github",
"github-buttons@2.1.0",
"code",
"anchor-navigation-ex",
"-highlight",
"prism",
"flexible-alerts",
"tbfed-pagefooter",
"donate"
],
"pluginsConfig": {
"favicon": {
"shortcut": "public/android_32.ico",
"bookmark": "public/android_32.ico",
"appleTouch": "public/android_32.ico",
"appleTouchMore": {
"120x120": "public/android_32.ico",
"180x180": "public/android_32.ico"
}
},
"insert-logo": {
"url": "https://android.bihe0832.com/samples/img/logo.png",
"style": "background: 'none'; max-height: 60px; min-height: 30px"
},
"hide-element": {
"elements": [
".gitbook-link"
]
},
"autotheme": {
"白天": [9, 10, 11, 12, 13, 14, 15, 16],
"温和": [6, 7, 8, 17, 18, 19],
"夜览": [20, 21, 22, 23, 0, 1, 2, 3, 4, 5]
},
"github": {
"url": "https://github.com/bihe0832"
},
"github-buttons": {
"repo": "bihe0832/AndroidAppFactory",
"types": [
"star","watch"
],
"size": "small"
},
"sharing": {
"all": [
"facebook",
"google",
"instapaper",
"linkedin",
"twitter",
"weibo",
"messenger",
"qq",
"qzone"
]
},
"theme-default": {
"showLevel": false
},
"anchor-navigation-ex": {
"multipleH1": false,
"float": {
"showLevelIcon": true
}
},
"prism": {
"css": [
"prismjs/themes/prism-tomorrow.css"
],
"lang": {
"flow": "java,kotlin,groovy"
}
},
"tbfed-pagefooter": {
"copyright": "Copyright © <a href='https://blog.bihe0832.com'>zixie</a>",
"modify_label": "最后修改:",
"modify_format": "YYYY-MM-DD HH:mm:ss"
},
"donate": {
"wechat": "https://blog.bihe0832.com/public/img/wechat.jpeg",
"alipay": "http://cdn.bihe0832.com/images/head.jpg",
"title": "点击「鼓励」关注开发者微信公众号或者赞赏鼓励开发者",
"button": "鼓励",
"wechatText": "努力学技术",
"alipayText": "潜心做精品"
},
"simple-mind-map":{
"preset": "colorful"
},
"rss": {
"title": "AndroidAppFactory",
"description": "AndroidAppFactory Doc",
"author": "zixie",
"site_url": "https://android.bihe0832.com/doc/",
"feed_url": "https://android.bihe0832.com/doc/rss.xml"
},
"sitemap-general": {
"prefix": "https://android.bihe0832.com/doc/"
},
"copyright": {
"site": "https://android.bihe0832.com/doc/",
"author": "子勰",
"website": "AndroidAppFactory - Doc"
},
"edit-link-plus": {
"base": {
"AndroidAppFactory-Doc":"https://github.com/bihe0832/AndroidAppFactory-Doc/edit/master"
},
"defaultBase": "https://github.com/bihe0832/AndroidAppFactory-Doc/edit/master",
"label": "编辑"
}
}
}