diff options
Diffstat (limited to 'book.json')
-rw-r--r-- | book.json | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -3,12 +3,9 @@ "summary": "_summary.md" }, "plugins" : [ - "anchors", "edit-link", "forkmegithub", - "git-author", "hints", - "numbered-headings", "page-toc", "terminal", "toolbar" @@ -25,6 +22,11 @@ "page-toc": { "selector": ".markdown-section h1, .markdown-section h2" }, + "terminal": { + "copyButtons": true, + "fade": false, + "style": "flat" + }, "toolbar": { "buttons": [ { |