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 @@ | |||
| 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 | { |
