-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbook.json
92 lines (91 loc) · 1.87 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
{
"title": "Gitbook Demo",
"description": "Gitbook展示项目",
"author": "wswdavid",
"language": "en",
"gitbook": "3.2.3",
"root": ".",
"structure": {
"readme": "README.md"
},
"plugins": [
"-lunr",
"-search",
"-highlight",
"-livereload",
"-sharing",
"search-plus",
"edit-link",
"theme-comscore",
"back-to-top-button",
"prism",
"prism-themes",
"advanced-emoji",
"include-codeblock",
"ace",
"emphasize",
"katex",
"splitter",
"tbfed-pagefooter",
"expandable-chapters-small",
"sectionx",
"sharing-plus",
"todo",
"copy-code-button",
"page-toc-button",
"flexible-alerts",
"popup",
"hide-element",
"multipart"
],
"pluginsConfig": {
"hide-element": {
"elements": [".gitbook-link"]
},
"github": {
"url": "https://github.com/wswdavid/Gitbook_Demo"
},
"edit-link": {
"base": "https://github.com/wswdavid/Gitbook_Demo/blob/master",
"label": "Edit This Page"
},
"sectionx": {
"tag": "b"
},
"simple-page-toc": {
"maxDepth": 3,
"skipFirstH1": true
},
"github-buttons": {
"buttons": [
{
"count": false,
"width": "135",
"type": "follow",
"user": "wswdavid",
"size": "small"
}
]
},
"prism": {
"css": ["prism-themes/themes/prism-atom-dark.css"]
},
"include-codeblock": {
"template": "ace",
"unindent": true,
"edit": true
},
"tbfed-pagefooter": {
"copyright": " Copyright © wswdavid 2020",
"modify_label": "该文件修订时间:",
"modify_format": "YYYY-MM-DD HH:mm:ss"
},
"sharing": {
"weibo": true,
"qq": true,
"vk": false,
"facebook": true,
"all": ["facebook", "google", "twitter", "weibo", "instapaper"]
}
}
}