diff options
author | skullY <skullydazed@gmail.com> | 2017-07-08 22:39:32 -0700 |
---|---|---|
committer | skullY <skullydazed@gmail.com> | 2017-07-08 22:39:32 -0700 |
commit | 2dea401a8ebd6059354d79eb0fde9e1e725f12b3 (patch) | |
tree | 08fdcc9bf767655e275804156ee41b53e981e38c | |
parent | 4c7c7747a3a4f4abea3bdaf73e37edd42cfb6446 (diff) | |
download | qmk_firmware-2dea401a8ebd6059354d79eb0fde9e1e725f12b3.tar.gz qmk_firmware-2dea401a8ebd6059354d79eb0fde9e1e725f12b3.zip |
play around with plugin settings
-rw-r--r-- | book.json | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -6,10 +6,9 @@ "anchors", "edit-link", "forkmegithub", - "git-author", "hints", - "numbered-headings", "page-toc", + "numbered-headings", "terminal", "toolbar" ], @@ -25,6 +24,11 @@ "page-toc": { "selector": ".markdown-section h1, .markdown-section h2" }, + "terminal": { + "copyButtons": true, + "fade": false, + "style": "flat" + }, "toolbar": { "buttons": [ { |