-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbook.json
More file actions
32 lines (32 loc) · 722 Bytes
/
Copy pathbook.json
File metadata and controls
32 lines (32 loc) · 722 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
{
"title": "Interview-Guide",
"author": "lancelot",
"description": "Interview-Guide",
"language": "zh-hans",
"plugins": [
"-diy-introduction",
"back-to-top-button",
"chapter-fold",
"code",
"splitter",
"-lunr",
"-search",
"search-pro",
"pageview-count",
"anchor-navigation-ex",
"github"
],
"pluginsConfig": {
"introduction-text": "介绍",
"anchor-navigation-ex": {
"showLevel": false,
"showGoTop": false
},
"github": {
"url": "https://github.com/Lancelothe"
}
},
"styles": {
"website": "styles/website.css"
}
}