1
0
Fork 0
qmk_firmware/book.json

41 lines
843 B
JSON
Raw Normal View History

{
"structure": {
"summary": "_summary.md"
},
2017-06-29 18:46:58 +00:00
"plugins" : [
"anchors",
"toolbar",
"edit-link",
"forkmegithub",
"git-author",
"hints",
"numbered-headings",
"etoc",
"terminal",
],
"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"
},
"forkmegithub": {
"color": "darkblue",
"url": "https://github.com/qmk/qmk_firmware"
},
"etoc": {
"maxdepth": 3,
"notoc": true
2017-06-29 18:49:47 +00:00
},
2017-06-29 18:46:58 +00:00
"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
}