forked from velimir/emqx-tutorial
-
Notifications
You must be signed in to change notification settings - Fork 0
/
book.json
40 lines (40 loc) · 867 Bytes
/
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
{
"plugins": [
"prism",
"-highlight",
"-sharing",
"simple-page-toc",
"anchors",
"copy-code-button",
"anchor-navigation-ex",
"cuav-chapters",
"local-pagefooter"
],
"pluginsConfig": {
"anchor-navigation-ex": {
"showLevel": false
},
"local-pagefooter": {
"copyright": "© Copyright 2016-2020, EMQ Technologies Co., Ltd.",
"islocal": true,
"modify_label": "The document reversion time: ",
"modify_format": "YYYY-MM-DD HH:mm:ss"
}
},
"styles": {
"website": "styles/website.css",
"ebook": "styles/ebook.css",
"pdf": "styles/pdf.css",
"mobi": "styles/mobi.css",
"epub": "styles/epub.css"
},
"title": "EMQ X Tutorial",
"author": "EMQX Team",
"language": "zh-hans",
"links": {
"sharing": {
"facebook": false,
"twitter": false
}
}
}