diff options
Diffstat (limited to 'book.json')
-rw-r--r-- | book.json | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/book.json b/book.json new file mode 100644 index 0000000000..64a997d1f9 --- /dev/null +++ b/book.json @@ -0,0 +1,23 @@ +{ + "structure": { + "readme": "Home.md" + }, + "plugins" : ["toolbar", "edit-link", "anchors"], + "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" + } + ] + } + }, + "root": "./docs/" +} |