-
Notifications
You must be signed in to change notification settings - Fork 0
/
book.json
36 lines (36 loc) · 1.12 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
{
"root": "txt",
"plugins": ["-toc", "-video"],
"pluginsConfig": {
"toc": {
"addClass": true,
"className": "toc",
"maxDepth": 6
},
"toolbar": {
"buttons":
[
{
"label": "GitHub",
"icon": "fa fa-github",
"url": "https://github.com/"
},
{
"label": "Search page title on StackOverflow",
"icon": "fa fa-stack-overflow",
"url": "http://stackoverflow.com/search?q={{title}}"
},
{
"label": "Share link on Facebook",
"icon": "fa fa-facebook",
"url": "http://www.facebook.com/sharer/sharer.php?s=100&p[url]={{url}}"
},
{
"label": "Share page title and link on Twitter",
"icon": "fa fa-twitter",
"url": "http://twitter.com/home?status={{title}}%20{{url}}"
}
]
}
}
}