qmk-firmware/book.json

27 lines
541 B
JSON
Raw Normal View History

{
"structure": {
"summary": "_summary.md"
},
2017-06-29 18:46:58 +00:00
"plugins" : [
"anchors",
"edit-link",
2017-06-29 21:13:42 +00:00
"toolbar"
2017-06-29 18:46:58 +00:00
],
"pluginsConfig": {
2017-06-29 18:46:58 +00:00
"edit-link": {
"base": "https://github.com/qmk/qmk_firmware/edit/master/docs",
"label": "Suggest an edit"
},
"toolbar": {
"buttons": [
{
"label": "QMK Firmware",
"icon": "fa fa-github",
"url": "https://github.com/qmk/qmk_firmware"
}
]
}
},
"root": "./docs/"
2017-05-20 16:02:55 +00:00
}