book.json
1.89 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
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"title": "噗嗤游戏使用文档",
"description": "记录 GitBook 的配置和一些插件的使用",
"author": "zhangjikai",
"output.name": "site",
"language": "zh-hans",
"gitbook": "3.2.3",
"root": ".",
"plugins": [
"-lunr",
"-search",
"-sharing",
"-highlight",
"-livereload",
"emphasize",
"simple-page-toc@^0.1.1",
"prism",
"prism-themes",
"include-codeblock@^3.0.2",
"splitter@^0.0.8",
"tbfed-pagefooter@^0.0.1",
"expandable-chapters-small@^0.1.7",
"sectionx@^3.1.0",
"local-video@^1.0.1",
"anchor-navigation-ex",
"todo@^0.1.3",
"popup",
"lightbox",
"versions-select@^0.1.1",
"copy-code-button"
],
"structure": {
"readme": "README.md"
},
"styles": {
"website": "styles/website.css"
},
"pluginsConfig": {
"versions": {
"options": [
{
"value": "http://dep.miso-lab.com/sdkword/web/v1.0/intro.html",
"text": "外部游戏-v1.0.0.3"
},
{
"value": "http://dep.miso-lab.com/sdkword/web/v2.0/intro.html",
"text": "内部游戏-v1.0.0.3"
}
]
},
"prism": {
"css": [
"prism-themes/themes/prism-base16-ateliersulphurpool.light.css"
]
},
"anchor-navigation-ex": {
"associatedWithSummary": false,
"showLevel": false,
"multipleH1": false,
"mode": "float",
"pageTop": {
"showLevelIcon": false,
"level1Icon": "fa fa-hand-o-right",
"level2Icon": "fa fa-hand-o-right",
"level3Icon": "fa fa-hand-o-right"
}
}
}
}