-
Notifications
You must be signed in to change notification settings - Fork 1
/
book.json
45 lines (45 loc) · 1.13 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
{
"title": "ECMAScript Next Book",
"author": "zero lab fe <[email protected]>",
"description": "ECMAScript Next 系列教程",
"language": "zh-hans",
"gitbook": ">=3.2.3",
"root": ".",
"links": {
"sidebar": {
"零度实验室": "https://github.com/zerolab-fe"
}
},
"plugins": [
"-lunr",
"-search",
"search-plus",
"splitter",
"advanced-emoji",
"tbfed-pagefooter",
"expandable-chapters-small",
"anchors",
"back-to-top-button",
"page-toc-button",
"favicon-absolute",
"theme-comscore",
"github"
],
"pluginsConfig": {
"github": {
"url": "https://github.com/zerolab-fe/esnext-book"
},
"tbfed-pagefooter": {
"copyright": "Copyright © 零度实验室 2020",
"modify_label": "修订时间:",
"modify_format": "YYYY-MM-DD HH:mm:ss"
},
"favicon-absolute": {
"favicon": "https://esnext-book.lishuaishuai.com/assets/favicon.ico",
"appleTouchIconPrecomposed152": "https://esnext-book.lishuaishuai.com/assets/apple-touch-icon-precomposed-152.png"
},
"theme-default": {
"showLevel": true
}
}
}