book.json
1.26 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
{
"title": "噗嗤游戏使用文档",
"description": "记录 GitBook 的配置和一些插件的使用",
"author": "zhangjikai",
"output.name": "site",
"language": "zh-hans",
"gitbook": "3.2.3",
"root": ".",
"plugins": [
"-lunr",
"-search",
"-sharing",
"-highlight",
"-livereload",
"simple-page-toc@^0.1.1",
"prism",
"prism-themes",
"include-codeblock@^3.0.2",
"katex@^1.1.3",
"splitter@^0.0.8",
"mermaid-gb3@2.1.0",
"tbfed-pagefooter@^0.0.1",
"expandable-chapters-small@^0.1.7",
"sectionx@^3.1.0",
"local-video@^1.0.1",
"favicon@^0.0.2",
"todo@^0.1.3",
"terminal@^0.3.2",
"alerts@^0.2.0",
"include-csv@^0.1.0",
"puml@^1.0.1",
"musicxml@^1.0.2",
"klipse@^1.2.0",
"versions-select@^0.1.1",
"graph@^0.1.0",
"chart@^0.2.0",
"popup"
],
"structure": {
"readme": "README.md"
},
"styles": {
"website": "styles/website.css"
},
"pluginsConfig": {
"prism": {
"css": [
"prism-themes/themes/prism-base16-ateliersulphurpool.light.css"
]
}
}
}