-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbook.json
41 lines (41 loc) · 1.25 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
{
"plugins": [
"header","github","anchors","expandable-chapters","baidu-wis","-sharing","tbfed-pagefooter","sectionx","prism", "-highlight","anchor-navigation-ex"
],
"pluginsConfig": {
"prism": {
"css": [
"prismjs/themes/prism-okaidia.css"
]
},
"anchor-navigation-ex":{
"mode": "pageTop",
"pageTop": {
"showLevelIcon": false,
"level1Icon": "fa fa-hand-o-right",
"level2Icon": "fa fa-hand-o-right",
"level3Icon": "fa fa-hand-o-right"
}
},
"layout": {
"headerPath" : "layouts/header.html"
},
"github": {
"url": "https://github.com/wisedu"
},
"sitemap": {
"hostname": "https://res.wisedu.com/"
},
"baidu-wis":{
"token":"151eb7bb5d324da7f71a846c3ee2d62f"
},
"tbfed-pagefooter": {
"copyright":"问题反馈:<a href='http://res.wisedu.com' target='_blank'>http://res.wisedu.com</a>, wisedu",
"modify_label": "该文件修订时间:",
"modify_format": "YYYY-MM-DD"
},
"sectionx": {
"tag": "b"
}
}
}