-
Notifications
You must be signed in to change notification settings - Fork 0
/
book.json
97 lines (97 loc) · 2.41 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
{
"title": "《音视频开发技术:原理与实践》©",
"description": "音视频开发资料查询好帮手",
"author": "李述博 (Arikan.Li)",
"language": "zh-hans",
"root": ".",
"structure": {
"readme": "README.md"
},
"styles": {
"website": "styles/common.css",
"ebook": "styles/common.css",
"pdf": "styles/common.css",
"mobi": "styles/common.css",
"epub": "styles/common.css"
},
"plugins": [
"theme-default", "highlight",
"fontsettings",
"-lunr", "-search", "search-pro",
"insert-logo", "custom-favicon",
"rss", "github",
"expandable-chapters", "chapter-fold",
"back-to-top-button", "tbfed-pagefooter",
"simple-page-toc",
"graph", "chart",
"advanced-emoji",
"splitter",
"code", "katex",
"-sharing", "sharing-plus",
"alerts",
"url-embed"
],
"pluginsConfig": {
"favicon": "/Cover/book_favicon.ico",
"chart": {
"type": "c3"
},
"hide-element": {
"elements": [".gitbook-link"]
},
"insert-logo": {
"url": "/Cover/book_logo.png",
"style": "background: none; max-height: 30px; min-height: 30px"
},
"simple-page-toc": {
"maxDepth": 3,
"skipFirstH1": true
},
"fontsettings": {
"theme": "white",
"family": "sans",
"size": 1
},
"tbfed-pagefooter": {
"copyright":"Copyright © Since 2021 李述博 (Arikan.Li) , All Rights Reserved",
"modify_label": "Last Updated:",
"modify_format": "YYYY-MM-DD HH:mm:ss"
},
"github": {
"url": "https://github.com/Windsander"
},
"rss": {
"title": "《音视频开发技术:原理与实践》©",
"description": "音视频开发资料查询好帮手",
"author": "李述博 (Arikan.Li)",
"feed_url": "https://arikanli.cyberfederal.io/rss",
"site_url": "https://arikanli.cyberfederal.io/",
"managingEditor": "me@arikanli.com",
"webMaster": "me@arikanli.com",
"categories": [
"gitbook"
]
},
"sharing": {
"douban": false,
"facebook": false,
"google": true,
"hatenaBookmark": false,
"instapaper": false,
"line": false,
"linkedin": true,
"messenger": false,
"pocket": false,
"qq": false,
"qzone": false,
"stumbleupon": false,
"twitter": false,
"viber": false,
"vk": false,
"weibo": true,
"whatsapp": false,
"all": [
]
}
}
}