-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathbook.json
More file actions
107 lines (104 loc) · 3.13 KB
/
book.json
File metadata and controls
107 lines (104 loc) · 3.13 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
{
"title": "Termux第三方中文维基",
"description": "为Termux使用者提供帮助",
"author": "TermuxCHN",
"output.name": "site",
"language": "zh-hans",
"gitbook": "3.2.3",
"root": ".",
"links" : {
"sidebar" : {
"Home" : "https://github.com/termuxchn/wiki"
}
},
"plugins": [
"-lunr",
"-search",
"search-pro",
"back-to-top-button",
"chapter-fold",
"code",
"splitter",
"tbfed-pagefooter",
"emphasize",
"prism",
"-highlight",
"-sharing",
"sharing-plus",
"popup",
"pageview-count",
"advanced-emoji",
"github-buttons",
"favicon",
"mygitalk",
"theme-comscore",
"copy-code-button",
"edit-link-plus"
],
"pluginsConfig": {
"tbfed-pagefooter": {
"copyright": "Copyright © TermuxCHN 2023",
"modify_label": "该文件修订时间:",
"modify_format": "YYYY-MM-DD HH:mm:ss"
},
"favicon": {
"shortcut": "favicon.ico",
"bookmark": "favicon.ico",
"appleTouch": "appleTouchIconPrecomposed152.png"
},
"github": {
"url": "https://github.com/termuxchn/wiki"
},
"mygitalk": {
"clientID": "7e67a12af32e7501a281",
"clientSecret": "2725f392edb47967204b7f76eaeb755fd3a5fe3f",
"repo": "wiki",
"owner": "TermuxCHN",
"admin": ["2096779623","dreamonex","moe-hacker"],
"distractionFreeMode": false,
"proxy": "https://cors-anywhere.azm.workers.dev/https://github.com/login/oauth/access_token"
},
"sharing": {
"douban": false,
"facebook": false,
"google": true,
"hatenaBookmark": false,
"instapaper": false,
"line": true,
"linkedin": true,
"messenger": false,
"pocket": false,
"qq": true,
"qzone": true,
"stumbleupon": false,
"twitter": true,
"viber": false,
"vk": false,
"weibo": true,
"whatsapp": false,
"all": [
"weibo", "qq", "qzone", "twitter"
]
},
"edit-link-plus": {
"base": "https://github.com/termuxchn/wiki",
"defaultBase": "https://github.com/termuxchn/wiki",
"label": {
"en": "Edit This Page",
"zh": "编辑此页面"
}
},
"prism": {
"css": [
"prismjs/themes/prism-tomorrow.css"
]
}
},
"styles": {
"website": "styles/website.css",
"ebook": "styles/ebook.css",
"pdf": "styles/pdf.css",
"mobi": "styles/mobi.css",
"epub": "styles/epub.css"
}
}