-
Notifications
You must be signed in to change notification settings - Fork 32
/
book.json
40 lines (40 loc) · 879 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
{
"structure": {
"summary": "SUMMARY.md"
},
"plugins" : [
"edit-link",
"forkmegithub",
"hints",
"terminal",
"toolbar"
],
"pluginsConfig": {
"edit-link": {
"base": "https://github.com/ah-/anne-key/edit/master/docs/src",
"label": "Suggest an edit"
},
"forkmegithub": {
"color": "red",
"url": "https://github.com/ah-/anne-key"
},
"page-toc": {
"selector": ".markdown-section h1, .markdown-section h2"
},
"terminal": {
"copyButtons": true,
"fade": false,
"style": "flat"
},
"toolbar": {
"buttons": [
{
"label": "Anne Pro",
"icon": "fa fa-github",
"url": "https://github.com/ah-/anne-key"
}
]
}
},
"root": "./docs/src/"
}