-
Notifications
You must be signed in to change notification settings - Fork 29
/
Copy pathbook.json
executable file
·106 lines (106 loc) · 2.73 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
98
99
100
101
102
103
104
105
106
{
"author": "知晓云开发组 <[email protected]>",
"description": "知晓云平台开发文档",
"extension": null,
"generator": "site",
"links": {
"sharing": {
"all": null,
"facebook": null,
"google": null,
"twitter": null,
"weibo": null
}
},
"output": null,
"website": "./styles/website.css",
"pdf": {
"fontSize": 12,
"footerTemplate": null,
"headerTemplate": null,
"margin": {
"bottom": 36,
"left": 62,
"right": 62,
"top": 36
},
"pageNumbers": true,
"paperSize": "a4"
},
"plugins": [
"algolia",
"simpletabs",
"anchor-nav-x",
"expandable-chapters-small",
"favicon",
"image-captions",
"styled-blockquotes",
"hydrogen-landing@./_ifrx_plugin/gitbook-plugin-hydrogen-landing",
"hydrogen-fold@./_ifrx_plugin/gitbook-plugin-hydrogen-fold"
],
"title": "知晓云平台开发文档 2.0+",
"variables": {
"latestVersionWechat": "3.23.6",
"latestVersionAlipay": "3.23.6",
"latestVersionWeb": "3.23.6",
"latestVersionQQ": "3.23.6",
"latestVersionBaidu": "3.23.6",
"latestVersionWechatPlugin": "3.23.6",
"latestVersionBytedance": "3.23.6",
"latestVersionJingdong": "3.23.6",
"latestVersionKuaishou": "3.23.6",
"imgURLClipDemo": "https://cloud-minapp-6.cloud.ifanrusercontent.com/1fco21YvWNpWfukk.png!/both/400x400"
},
"pluginsConfig": {
"algolia": {
"index": "prod_minapp_doc_2",
"applicationID": "7TN0U2FL3Q",
"publicKey": "a65e9f59e37aba5ba3724da4f93f23a0",
"freeAccount": "false"
},
"favicon": {
"shortcut": "/images/[email protected]",
"bookmark": "/images/[email protected]",
"appleTouch": "/images/[email protected]",
"appleTouchMore": {
"120x120": "/images/[email protected]",
"180x180": "/images/[email protected]"
}
},
"simple-page-toc": {
"maxDepth": 3
},
"image-captions": {
"caption": "_CAPTION_"
},
"anchor-navigation-ex": {
"multipleH1": false,
"showLevel": false,
"float": {
"tocLevel1Icon": "fa fa-hand-o-right",
"tocLevel2Icon": "fa fa-hand-o-right",
"tocLevel3Icon": "fa fa-hand-o-right"
},
"toolTipMode": "click"
},
"editlink": {
"base": "https://github.com/ifanrx/hydrogen-js-sdk-doc/edit/master",
"label": "edit",
"multilingual": false
},
"versions": {
"type": "branches",
"options": [
{
"value": "https://rackt.github.io/history/v1.3.0/",
"text": "Version 2.3.0"
},
{
"value": "https://rackt.github.io/history/v1.4.0/",
"text": "Version 2.4.0",
"selected": true
}
]
}
}
}