aboutsummaryrefslogtreecommitdiff
path: root/book.json
diff options
context:
space:
mode:
authorJack Humbert <jack.humb@gmail.com>2017-05-27 18:20:46 -0400
committerJack Humbert <jack.humb@gmail.com>2017-05-27 18:20:46 -0400
commitc3bdddb6375cebeddd01271890450b25109f7842 (patch)
tree6a1fd59f929fa38adc2a1c7b26d0eb0199796a39 /book.json
parentc95f08c439d6b3aeeae59a3f0555b9672a0d0e80 (diff)
downloadqmk_firmware-c3bdddb6375cebeddd01271890450b25109f7842.tar.gz
qmk_firmware-c3bdddb6375cebeddd01271890450b25109f7842.zip
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 @@
1{
2 "structure": {
3 "readme": "Home.md"
4 },
5 "plugins" : ["toolbar", "edit-link", "anchors"],
6 "pluginsConfig": {
7 "edit-link": {
8 "base": "https://github.com/qmk/qmk_firmware_docs/edit/master",
9 "label": "Suggest an edit"
10 },
11 "toolbar": {
12 "buttons":
13 [
14 {
15 "label": "QMK Firmware",
16 "icon": "fa fa-github",
17 "url": "https://github.com/qmk/qmk_firmware"
18 }
19 ]
20 }
21 }
22 "root": "./docs/"
23}