forked from tidys/plugin-docs-oneself
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbook.json
More file actions
54 lines (54 loc) · 1.21 KB
/
book.json
File metadata and controls
54 lines (54 loc) · 1.21 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
{
"title": "插件小王子官方文档",
"author": "xu_yanfeng",
"description": "插件小王子的插件文档",
"extension": null,
"generator": "site",
"language": "zh-hans",
"isbn": "",
"plugins": [
"-lunr",
"-search",
"github-issue-feedback",
"search-title",
"anchorjs",
"splitter",
"expandable-chapters-small@git+https://github.com/cocos-creator/gitbook-plugin-expandable-chapters-small.git",
"github",
"adsense"
],
"pluginsConfig": {
"github": {
"url": "https://github.com/tidys/plugin-docs-oneself"
},
"github-issue-feedback": {
"repo": "tidys/plugin-docs-oneself",
"branch": "master"
},
"search": {
"maxIndexSize": 1000000000
},
"lunr": {
"maxIndexSize": 1000000000
},
"adsense": {
"client": "ca-pub-6912299039882192",
"slot": "6912299039882192",
"format": "auto",
"element": ".page-inner section",
"position": "top"
}
},
"links": {
"sharing": {
"all": null,
"facebook": null,
"google": null,
"twitter": null,
"weibo": null
},
"sidebar": {
"Creator官方文档": "http://docs.cocos.com/creator/manual/zh/"
}
}
}