aboutsummaryrefslogtreecommitdiff
path: root/book.json
diff options
context:
space:
mode:
Diffstat (limited to 'book.json')
-rw-r--r--book.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/book.json b/book.json
index b6f90fc11..edbae4c66 100644
--- a/book.json
+++ b/book.json
@@ -5,6 +5,12 @@
5 "plugins" : [ 5 "plugins" : [
6 "anchors", 6 "anchors",
7 "edit-link", 7 "edit-link",
8 "etoc",
9 "forkmegithub",
10 "git-author",
11 "hints",
12 "numbered-headings",
13 "terminal",
8 "toolbar" 14 "toolbar"
9 ], 15 ],
10 "pluginsConfig": { 16 "pluginsConfig": {
@@ -12,6 +18,14 @@
12 "base": "https://github.com/qmk/qmk_firmware/edit/master/docs", 18 "base": "https://github.com/qmk/qmk_firmware/edit/master/docs",
13 "label": "Suggest an edit" 19 "label": "Suggest an edit"
14 }, 20 },
21 "forkmegithub": {
22 "color": "red",
23 "url": "https://github.com/qmk/qmk_firmware"
24 },
25 "etoc": {
26 "maxdepth": 3,
27 "notoc": true
28 },
15 "toolbar": { 29 "toolbar": {
16 "buttons": [ 30 "buttons": [
17 { 31 {