diff options
Diffstat (limited to 'book.json')
-rw-r--r-- | book.json | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/book.json b/book.json new file mode 100644 index 0000000000..887d2a6431 --- /dev/null +++ b/book.json @@ -0,0 +1,39 @@ +{ + "structure": { + "summary": "_summary.md" + }, + "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" + }, + "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/" +} |