-
Notifications
You must be signed in to change notification settings - Fork 75
/
Copy pathbook.json
71 lines (71 loc) · 1.81 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
{
"title": "Nebula",
"author": "Threat Hunter",
"description": "This book is powered by Threat Hunter.",
"output.name": "site",
"language": "zh-hans",
"gitbook": "3.2.3",
"root": ".",
"structure": {
"readme": "Introduction.md"
},
"plugins": [
"disqus@0.1.0",
"-lunr",
"-search",
"search-plus@1.0.3",
"-highlight",
"prism@2.4.0",
"advanced-emoji@0.2.2",
"github@2.0.0",
"edit-link@2.0.2",
"splitter@0.0.8",
"mermaid-gb3@2.1.0",
"todo@0.1.3",
"tbfed-pagefooter@0.0.1",
"expandable-chapters-small@0.1.7",
"anchor-navigation-ex@1.0.13",
"terminal@0.3.2",
"alerts@0.2.0",
"copy-code-button@0.0.2",
"local-video@^1.0.1"
],
"pluginsConfig": {
"disqus": {
"shortName": "test"
},
"github": {
"url": "https://lab.threathunter.cn/Nebula/Nebula_doc"
},
"edit-link": {
"base": "https://lab.threathunter.cn/Nebula/Nebula_doc/edit/master",
"label": "修改此页"
},
"tbfed-pagefooter": {
"copyright": "Copyright © Threat Hunter 2018",
"modify_label": "该文件修改时间: ",
"modify_format": "YYYY-MM-DD HH:mm:ss"
},
"anchor-navigation-ex":{
"showLevel": true,
"associatedWithSummary": true,
"printLog": false,
"multipleH1": true,
"mode": "float",
"showGoTop":true,
"float": {
"floatIcon": "fa fa-navicon",
"showLevelIcon": true,
"level1Icon": "fa fa-hand-o-right",
"level2Icon": "fa fa-hand-o-right",
"level3Icon": "fa fa-hand-o-right"
},
"pageTop": {
"showLevelIcon": true,
"level1Icon": "fa fa-hand-o-right",
"level2Icon": "fa fa-hand-o-right",
"level3Icon": "fa fa-hand-o-right"
}
}
}
}