-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbook.json
More file actions
41 lines (41 loc) · 875 Bytes
/
Copy pathbook.json
File metadata and controls
41 lines (41 loc) · 875 Bytes
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
{
"title": "Yulliam's Doc",
"author": "Yulliam",
"description": "record some thing",
"language": "zh-hans",
"plugins":[
"expandable-chapters",
"-lunr",
"-search",
"search-pro",
"anchor-navigation-ex",
"accordion",
"edit-link",
"prism",
"-highlight",
"hide-element",
"code"
],
"pluginsConfig": {
"anchor-navigation-ex": {
"showLevel": false,
"showGoTop": true
},
"edit-link": {
"base": "https://github.com/yulliam/funbook/edit/master/",
"label": "编辑此页面"
},
"prism": {
"css": [
"prismjs/themes/prism-okaidia.css"
]
},
"hide-element": {
"elements": [".gitbook-link"]
},
"code": {
"copyButtons": false
}
},
"ignores" : ["_book", "node_modules"]
}