summaryrefslogtreecommitdiffstats
path: root/book.json
diff options
context:
space:
mode:
authorJack Humbert <jack.humb@gmail.com>2017-05-28 00:20:46 +0200
committerJack Humbert <jack.humb@gmail.com>2017-05-28 00:20:46 +0200
commitc3bdddb6375cebeddd01271890450b25109f7842 (patch)
tree6a1fd59f929fa38adc2a1c7b26d0eb0199796a39 /book.json
parentc95f08c439d6b3aeeae59a3f0555b9672a0d0e80 (diff)
downloadqmk_firmware-c3bdddb6375cebeddd01271890450b25109f7842.tar.gz
qmk_firmware-c3bdddb6375cebeddd01271890450b25109f7842.tar.xz
move book for gitbook
Diffstat (limited to 'book.json')
-rw-r--r--book.json23
1 files changed, 23 insertions, 0 deletions
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/"
+}