diff options
author | skullY <skullydazed@gmail.com> | 2017-06-29 12:24:24 -0700 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2017-06-29 17:14:01 -0400 |
commit | 7da94ac51bf77d74b42ab63c06358ff59072289b (patch) | |
tree | d1b82fc432edb861fae0c0ad94e559b2c33c42b4 /book.json | |
parent | 2e9e1eb03cc0dbf3a0a99b0690a45392197e520a (diff) | |
download | qmk_firmware-7da94ac51bf77d74b42ab63c06358ff59072289b.tar.gz |
Fixup the gitbook config
Diffstat (limited to 'book.json')
-rw-r--r-- | book.json | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -5,6 +5,12 @@ "plugins" : [ "anchors", "edit-link", + "etoc", + "forkmegithub", + "git-author", + "hints", + "numbered-headings", + "terminal", "toolbar" ], "pluginsConfig": { @@ -12,6 +18,14 @@ "base": "https://github.com/qmk/qmk_firmware/edit/master/docs", "label": "Suggest an edit" }, + "forkmegithub": { + "color": "red", + "url": "https://github.com/qmk/qmk_firmware" + }, + "etoc": { + "maxdepth": 3, + "notoc": true + }, "toolbar": { "buttons": [ { |