subtree docs

This commit is contained in:
Jack Humbert 2017-05-27 18:09:52 -04:00
commit 704794bae3
47 changed files with 4807 additions and 0 deletions

22
docs/book.json Normal file
View file

@ -0,0 +1,22 @@
{
"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"
}
]
}
}
}