forked from Irrational-Encoding-Wizardry/guide.encode.moe
-
Notifications
You must be signed in to change notification settings - Fork 0
/
book.json
30 lines (30 loc) · 935 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
{
"plugin_comments": {
"anchors": "adds anchors (and links) to headings",
"code": "adds line numbers and copy buttons",
"edit-link": "link to edit page on github in top bar",
"image-captions": "turns images into figures",
"term": "{% term %} blocks with different highlighting and copy buttons per command, not whole output"
},
"plugins": [
"anchors",
"code",
"edit-link",
"image-captions",
"term"
],
"pluginsConfig": {
"edit-link": {
"base": "https://github.com/Irrational-Encoding-Wizardry/guide.encode.moe/edit/master/",
"label": "Edit This Page"
},
"term": {
"copyButtons": true,
"fade": false,
"style": "default"
},
"image-captions": {
"caption": "Image _PAGE_LEVEL_._PAGE_IMAGE_NUMBER_ - _CAPTION_"
}
}
}