qmk_firmware/book.json

24 lines
619 B
JSON
Raw Normal View History

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