-
Notifications
You must be signed in to change notification settings - Fork 0
/
book.json
44 lines (43 loc) · 886 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
41
42
43
44
{
"title" : "Spring Boot Admin",
"author" : "haozi",
"description" : "",
"language" : "zh-hans",
"links" : {
"sidebar" : {
"博客" : "https://blog.chuangzhi8.cn"
}
},
"plugins": [
"-search",
"search-pro",
"include-codeblock",
"splitter",
"github",
"anchor-navigation-ex-toc",
"-theme-faq",
"addcssjs",
"baidu-tongji",
"copy-code-button",
"page-footer-copyright"
],
"pluginsConfig": {
"search-pro": {
"cutWordLib": "nodejieba",
"defineWord" : ["Gitbook Use"]
},
"github" : {
"url" : "https://github.com/haozi4go/Spring-Boot-Admin-Reference-Guide"
},
"addcssjs": {
"js": ["js/custom.js"],
"css": ["css/custom.css"]
},
"baidu-tongji": {
"token": "629d0c722f771bdf038e4262be2d8aca"
}
},
"styles": {
"website": "styles/website.css"
}
}