forked from ifanrx/hydrogen-sdk-doc
-
Notifications
You must be signed in to change notification settings - Fork 5
/
book.json
executable file
·94 lines (94 loc) · 2.08 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
{
"author": "TomWan <[email protected]>",
"description": "石墨文档 SDK",
"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",
"anchor-nav-x",
"editlink",
"expandable-chapters-small",
"favicon",
"image-captions",
"simpletabs",
"styled-blockquotes"
],
"title": "石墨文档 SDK",
"variables": {},
"pluginsConfig": {
"algolia": {
"index": "aaaaaaa",
"applicationID": "aaaaa",
"publicKey": "aaaaaaa",
"freeAccount": "false"
},
"favicon": {
"shortcut": "/images/favicon.ico",
"bookmark": "/images/favicon.ico",
"appleTouch": "/images/favicon.ico",
"appleTouchMore": {
"120x120": "/images/favicon.ico",
"180x180": "/images/favicon.ico"
}
},
"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 1.3.0"
},
{
"value": "https://rackt.github.io/history/v1.4.0/",
"text": "Version 1.4.0",
"selected": true
}
]
}
}
}