aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorskullY <skullydazed@gmail.com>2017-07-08 22:39:32 -0700
committerskullY <skullydazed@gmail.com>2017-07-08 22:39:32 -0700
commit2dea401a8ebd6059354d79eb0fde9e1e725f12b3 (patch)
tree08fdcc9bf767655e275804156ee41b53e981e38c
parent4c7c7747a3a4f4abea3bdaf73e37edd42cfb6446 (diff)
downloadqmk_firmware-2dea401a8ebd6059354d79eb0fde9e1e725f12b3.tar.gz
qmk_firmware-2dea401a8ebd6059354d79eb0fde9e1e725f12b3.zip
play around with plugin settings
-rw-r--r--book.json8
1 files changed, 6 insertions, 2 deletions
diff --git a/book.json b/book.json
index 887d2a643..8462846e3 100644
--- a/book.json
+++ b/book.json
@@ -6,10 +6,9 @@
6 "anchors", 6 "anchors",
7 "edit-link", 7 "edit-link",
8 "forkmegithub", 8 "forkmegithub",
9 "git-author",
10 "hints", 9 "hints",
11 "numbered-headings",
12 "page-toc", 10 "page-toc",
11 "numbered-headings",
13 "terminal", 12 "terminal",
14 "toolbar" 13 "toolbar"
15 ], 14 ],
@@ -25,6 +24,11 @@
25 "page-toc": { 24 "page-toc": {
26 "selector": ".markdown-section h1, .markdown-section h2" 25 "selector": ".markdown-section h1, .markdown-section h2"
27 }, 26 },
27 "terminal": {
28 "copyButtons": true,
29 "fade": false,
30 "style": "flat"
31 },
28 "toolbar": { 32 "toolbar": {
29 "buttons": [ 33 "buttons": [
30 { 34 {