You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qmk_firmware/book.json

24 lines
600 B

{
"structure": {
"readme": "Home.md"
},
"plugins" : ["toolbar", "edit-link", "anchors"],
"pluginsConfig": {
7 years ago
"edit-link": {
"base": "https://github.com/qmk/qmk_firmware/edit/master/docs",
7 years ago
"label": "Suggest an edit"
7 years ago
},
"toolbar": {
"buttons":
[
{
"label": "QMK Firmware",
"icon": "fa fa-github",
"url": "https://github.com/qmk/qmk_firmware"
}
]
7 years ago
}
},
"root": "./docs/"
7 years ago
}