forked from FrannyZhao/gitbook
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbook.json
More file actions
31 lines (31 loc) · 670 Bytes
/
book.json
File metadata and controls
31 lines (31 loc) · 670 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
{
"title" : "Franny's Notebook",
"author": "Franny Zhao",
"language" : "zh-hans",
"description" : "日常学习笔记",
"plugins": [
"page-toc",
"flow",
"pageview-count",
"back-to-top-button",
"advanced-emoji",
"pageview-count",
"splitter",
"github",
"code",
"auto-scroll-table",
"-lunr",
"-search",
"search-pro"
],
"pluginsConfig": {
"page-toc": {
"selector": ".markdown-section h1, .markdown-section h2, .markdown-section h3, .markdown-section h4",
"position": "before-first",
"showByDefault": true
},
"github": {
"url": "https://github.com/FrannyZhao"
}
}
}