From: Jack Humbert Date: Sat, 27 May 2017 22:20:46 +0000 (-0400) Subject: move book for gitbook X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=c3bdddb6375cebeddd01271890450b25109f7842;p=qmk_firmware.git move book for gitbook --- diff --git a/book.json b/book.json new file mode 100644 index 000000000..61f57ad28 --- /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_docs/edit/master", + "label": "Suggest an edit" + }, + "toolbar": { + "buttons": + [ + { + "label": "QMK Firmware", + "icon": "fa fa-github", + "url": "https://github.com/qmk/qmk_firmware" + } + ] + } + } + "root": "./docs/" +} diff --git a/docs/book.json b/docs/book.json deleted file mode 100644 index 61f57ad28..000000000 --- a/docs/book.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "structure": { - "readme": "Home.md" - }, - "plugins" : ["toolbar", "edit-link", "anchors"], - "pluginsConfig": { - "edit-link": { - "base": "https://github.com/qmk/qmk_firmware_docs/edit/master", - "label": "Suggest an edit" - }, - "toolbar": { - "buttons": - [ - { - "label": "QMK Firmware", - "icon": "fa fa-github", - "url": "https://github.com/qmk/qmk_firmware" - } - ] - } - } - "root": "./docs/" -}