forked from dunwu/gitbook-templates
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbook.json
More file actions
131 lines (131 loc) · 3.36 KB
/
Copy pathbook.json
File metadata and controls
131 lines (131 loc) · 3.36 KB
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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
{
"gitbook": "3.2.2",
"title": "gitbook-notes",
"description": "记录 GitBook 的配置和一些插件的使用",
"author": "Zhang Peng",
"output.name": "site",
"language": "zh-hans",
"root": "./docs",
"links": {
"sidebar": {
"gitbook-notes": "https://github.com/dunwu/gitbook-notes"
}
},
"plugins": [
"-lunr",
"-search",
"-highlight",
"-livereload",
"search-plus@^0.0.11",
"simple-page-toc@^0.1.1",
"github@^2.0.0",
"github-buttons@2.1.0",
"edit-link@^2.0.2",
"prism@^2.1.0",
"prism-themes@^0.0.2",
"advanced-emoji@^0.2.1",
"anchors@^0.7.1",
"include-codeblock@^3.0.2",
"ace@^0.3.2",
"emphasize@^1.1.0",
"katex@^1.1.3",
"splitter@^0.0.8",
"mermaid@^0.0.9",
"tbfed-pagefooter@^0.0.1",
"expandable-chapters-small@^0.1.7",
"sectionx@^3.1.0",
"donate@^1.0.2",
"local-video@^1.0.1",
"sitemap-general@^0.1.1",
"anchor-navigation-ex@1.0.10",
"favicon@^0.0.2",
"todo@^0.1.3",
"3-ba@^0.9.0"
],
"pluginsConfig": {
"theme-default": {
"showLevel": true
},
"prism": {
"css": [
"prism-themes/themes/prism-base16-ateliersulphurpool.light.css"
]
},
"github": {
"url": "https://github.com/dunwu/gitbook-notes"
},
"github-buttons": {
"repo": "dunwu/gitbook-notes",
"types": [
"star"
],
"size": "small"
},
"include-codeblock": {
"template": "ace",
"unindent": true,
"edit": true
},
"sharing": {
"weibo": true,
"facebook": false,
"twitter": false,
"google": false,
"instapaper": false,
"vk": false
},
"tbfed-pagefooter": {
"copyright": "Copyright © Zhang Peng 2017",
"modify_label": "文件最近一次修订时间:",
"modify_format": "YYYY-MM-DD HH:mm:ss"
},
"3-ba": {
"token": "98c1048ef34431fef7bec1693e4a15cf"
},
"donate": {
"wechat": "https://raw.githubusercontent.com/dunwu/gitbook-notes/master/assets/images/weixin.jpg",
"alipay": "https://raw.githubusercontent.com/dunwu/gitbook-notes/master/assets/images/zhifubao.jpg",
"title": "",
"button": "赏",
"alipayText": "支付宝打赏",
"wechatText": "微信打赏"
},
"simple-page-toc": {
"maxDepth": 4,
"skipFirstH1": true
},
"edit-link": {
"base": "https://github.com/dunwu/gitbook-notes/blob/master/docs",
"label": "编辑此页面"
},
"sitemap-general": {
"prefix": "https://github.com/dunwu"
},
"anchor-navigation-ex": {
"showLevel": false,
"associatedWithSummary": false,
"multipleH1": false,
"printLog": false,
"mode": "float",
"float": {
"showLevelIcon": false,
"level1Icon": "fa fa-hand-o-right",
"level2Icon": "fa fa-hand-o-right",
"level3Icon": "fa fa-hand-o-right"
},
"pageTop": {
"showLevelIcon": false,
"level1Icon": "fa fa-hand-o-right",
"level2Icon": "fa fa-hand-o-right",
"level3Icon": "fa fa-hand-o-right"
}
},
"sectionx": {
"tag": "b"
},
"favicon": {
"shortcut": "https://raw.githubusercontent.com/dunwu/gitbook-notes/master/assets/images/favicon.ico",
"bookmark": "https://raw.githubusercontent.com/dunwu/gitbook-notes/master/assets/images/favicon.ico"
}
}
}