forked from snowdreams1006/gitbook-plugin-copyright
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbook.json
More file actions
56 lines (56 loc) · 1.83 KB
/
Copy pathbook.json
File metadata and controls
56 lines (56 loc) · 1.83 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
{
"title": "gitbook-plugin-copyright",
"author": "snowdreams1006",
"description": "gitbook-plugin-copyright官方文档",
"language": "zh-hans",
"gitbook": "3.2.3",
"links": {
"sidebar": {
"snowdreams1006": "https://snowdreams1006.github.io/"
}
},
"plugins": [
"favicon-custom",
"github-buttons",
"edit-link",
"openwrite",
"copyright",
"mygitalk"
],
"pluginsConfig": {
"favicon": "favicon.ico",
"appleTouchIconPrecomposed152": "apple-touch-icon-precomposed-152.png",
"github-buttons": {
"buttons": [{
"user": "snowdreams1006",
"repo": "gitbook-plugin-copyright",
"type": "star",
"size": "small"
}]
},
"edit-link": {
"base": "https://github.com/snowdreams1006/gitbook-plugin-copyright/blob/master",
"label": "编辑本页"
},
"openwrite": {
"blogId": "15702-1569305559839-744",
"name": "雪之梦技术驿站",
"qrcode": "https://snowdreams1006.github.io/snowdreams1006-wechat-public.jpeg",
"keyword": "vip"
},
"copyright": {
"site": "https://snowdreams1006.github.io/gitbook-plugin-copyright",
"author": "雪之梦技术驿站",
"website": "雪之梦技术驿站",
"image": "https://snowdreams1006.github.io/snowdreams1006-wechat-open.png"
},
"mygitalk": {
"clientID": "3f62415a283d19cbd696",
"clientSecret": "aed0e1db0620bf5d0e3a3f0225f801997ad74e58",
"repo": "gitbook-plugin-copyright",
"owner": "snowdreams1006",
"admin": ["snowdreams1006"],
"distractionFreeMode": false
}
}
}