qmk-firmware/docs/book.json

23 lines
577 B
JSON
Raw Normal View History

{
"structure": {
"readme": "Home.md"
},
"plugins" : ["toolbar", "edit-link", "anchors"],
"pluginsConfig": {
2017-05-20 16:02:55 +00:00
"edit-link": {
2017-05-20 16:04:03 +00:00
"base": "https://github.com/qmk/qmk_firmware_docs/edit/master",
2017-05-20 16:07:31 +00:00
"label": "Suggest an edit"
2017-05-20 16:02:55 +00:00
},
"toolbar": {
"buttons":
[
{
"label": "QMK Firmware",
"icon": "fa fa-github",
"url": "https://github.com/qmk/qmk_firmware"
}
]
2017-05-20 17:26:08 +00:00
}
}
2017-05-20 16:02:55 +00:00
}