forked from panathea/plover_theory
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbook.json
More file actions
26 lines (26 loc) · 720 Bytes
/
book.json
File metadata and controls
26 lines (26 loc) · 720 Bytes
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
{
"plugins": [
"github-buttons", "edit-link", "page-footer-ex"
],
"pluginsConfig": {
"theme-default": {
"showLevel": false
},
"github-buttons": {
"repo": "morinted/plover_theory",
"types": [
"star"
],
"size": "small"
},
"edit-link": {
"base": "https://github.com/morinted/plover_theory/edit/master/",
"label": "Edit This Page"
},
"page-footer-ex": {
"copyright": "© Plover Theory by Ted Morin, licensed under CC BY-SA 4.0 International",
"update_label": "last updated",
"update_format": "YYYY-MM-DD"
}
}
}