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-21 00:02:55 +08:00
"edit-link": {
2017-05-21 00:04:03 +08:00
"base": "https://github.com/qmk/qmk_firmware_docs/edit/master",
2017-05-21 00:07:31 +08:00
"label": "Suggest an edit"
2017-05-21 00:02:55 +08:00
},
"toolbar": {
"buttons":
[
{
"label": "QMK Firmware",
"icon": "fa fa-github",
"url": "https://github.com/qmk/qmk_firmware"
}
]
2017-05-21 01:26:08 +08:00
}
}
2017-05-21 00:02:55 +08:00
}