generated from JinsYin/template-gitbook
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbook.json
69 lines (69 loc) · 1.64 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
{
"title": "《procfs》",
"description": "Linux procfs、Linux /proc",
"language": "zh-hans",
"author": "Jins Yin",
"links": {
"sidebar": {
"知识库": "https://githome.io/knowledge-base/",
"微架构师": "https://weplay.me",
"快速入门": "https://quickstarts.io"
}
},
"styles": {
"website": "website.css"
},
"plugins": [
"-fontsettings",
"-sharing",
"highlight",
"github",
"-lunr",
"-search",
"search-pro",
"-ga",
"-page-toc",
"-splitter",
"-lightbox",
"-github-buttons@2.1.0",
"-custom-favicon",
"-summary",
"sitemap-general",
"edit-link",
"page-footer-ex"
],
"pluginsConfig": {
"github": {
"url": "https://github.com/jinsyin/procfs"
},
"github-buttons": {
"repo": "jinsyin/procfs",
"types": [
"star"
],
"size": "small"
},
"ga": {
"token": "UA-12345678-1"
},
"edit-link": {
"base": "https://github.com/jinsyin/procfs/blob/master/",
"label": "编辑"
},
"favicon": "favicon.ico",
"sitemap-general": {
"prefix": "https://githome.io/procfs/"
},
"page-toc": {
"selector": ".markdown-section h2, .markdown-section h3, .markdown-section h4",
"position": "top",
"showByDefault": true
},
"page-footer-ex": {
"copyright": "Copyright © 2019-2020 | CC BY-NC-SA 4.0 <br/> 相关网站: [知识库](https://githome.io/knowledge-base/) [微架构师](https://weplay.me) [快速入门](https://quickstarts.io)",
"markdown": true,
"update_label": "更新于",
"update_format": "YYYY-MM-DD"
}
}
}