diff options
author | Jack Humbert <jack.humb@gmail.com> | 2017-07-07 21:57:18 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-07 21:57:18 +0200 |
commit | 0787d70e55a668244445d9328f3cda2303cc6877 (patch) | |
tree | d2134fc159433f3cf4967d831a6b30de5630f744 /book.json | |
parent | 9de443cbf10ac41bc15762c9c83f138f51dd3b9a (diff) | |
parent | ecd3dbf085826459af9728b6529a504ba7d3de14 (diff) | |
download | qmk_firmware-0787d70e55a668244445d9328f3cda2303cc6877.tar.gz qmk_firmware-0787d70e55a668244445d9328f3cda2303cc6877.tar.xz |
Updates Documentation from #1444
Diffstat (limited to 'book.json')
-rw-r--r-- | book.json | 47 |
1 files changed, 31 insertions, 16 deletions
@@ -1,24 +1,39 @@ { "structure": { - "readme": "home.md", "summary": "_summary.md" }, - "plugins" : ["toolbar", "edit-link", "anchors"], + "plugins" : [ + "anchors", + "edit-link", + "forkmegithub", + "git-author", + "hints", + "numbered-headings", + "page-toc", + "terminal", + "toolbar" + ], "pluginsConfig": { - "edit-link": { - "base": "https://github.com/qmk/qmk_firmware/edit/master/docs", - "label": "Suggest an edit" - }, - "toolbar": { - "buttons": - [ - { - "label": "QMK Firmware", - "icon": "fa fa-github", - "url": "https://github.com/qmk/qmk_firmware" - } - ] - } + "edit-link": { + "base": "https://github.com/qmk/qmk_firmware/edit/master/docs", + "label": "Suggest an edit" + }, + "forkmegithub": { + "color": "red", + "url": "https://github.com/qmk/qmk_firmware" + }, + "page-toc": { + "selector": ".markdown-section h1, .markdown-section h2" + }, + "toolbar": { + "buttons": [ + { + "label": "QMK Firmware", + "icon": "fa fa-github", + "url": "https://github.com/qmk/qmk_firmware" + } + ] + } }, "root": "./docs/" } |