-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbook.json
53 lines (53 loc) · 1.78 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
{
"title": "icp docs",
"author": "snowdreams1006",
"description": "gitbook-plugin-icp docs",
"gitbook": "3.2.3",
"links": {
"sidebar": {
"snowdreams1006": "https://snowdreams1006.github.io/"
}
},
"plugins": [
"favicon-absolute",
"copy-code-button",
"copyright",
"readmore",
"last-update-time",
"icp"
],
"pluginsConfig": {
"favicon-absolute": {
"favicon": "/favicon.ico",
"bookmark": "/bookmark.ico",
"appleTouchIcon152": "/apple-touch-icon-152.png",
"appleTouchIconPrecomposed152": "/apple-touch-icon-precomposed-152.png",
"appleTouchIconMore": {
"120x120": "/apple-touch-icon-120.png",
"180x180": "/apple-touch-icon-180.png"
},
"appleTouchIconPrecomposedMore": {
"120x120": "/apple-touch-icon-precomposed-120.png",
"180x180": "/apple-touch-icon-precomposed-180.png"
}
},
"readmore": {
"blogId": "15702-1569305559839-744",
"name": "雪之梦技术驿站",
"qrcode": "https://snowdreams1006.github.io/snowdreams1006-wechat-public.jpeg",
"keyword": "vip"
},
"copyright": {
"site": "https://snowdreams1006.github.io/gitbook-plugin-icp",
"author": "雪之梦技术驿站",
"website": "雪之梦技术驿站",
"image": "https://snowdreams1006.github.io/snowdreams1006-wechat-open.png",
"copyProtect": false
},
"icp": {
"label": "© 2009-2024 all right reserved.",
"number": "浙ICP备18042346号",
"link": "https://beian.miit.gov.cn/"
}
}
}