qmk_firmware/book.json

42 lines
906 B
JSON
Raw Normal View History

{
"structure": {
"summary": "_summary.md"
},
2017-06-29 11:46:58 -07:00
"plugins" : [
"edit-link",
2017-06-29 12:24:24 -07:00
"forkmegithub",
"hints",
2017-07-08 22:51:16 -07:00
"page-toc",
2017-06-29 12:24:24 -07:00
"terminal",
2017-06-29 14:13:42 -07:00
"toolbar"
2017-06-29 11:46:58 -07:00
],
"pluginsConfig": {
2017-06-29 11:46:58 -07:00
"edit-link": {
"base": "https://github.com/qmk/qmk_firmware/edit/master/docs",
"label": "Suggest an edit"
},
2017-06-29 12:24:24 -07:00
"forkmegithub": {
"color": "red",
"url": "https://github.com/qmk/qmk_firmware"
},
2017-06-30 10:06:40 -07:00
"page-toc": {
2017-06-30 10:11:54 -07:00
"selector": ".markdown-section h1, .markdown-section h2"
2017-06-30 10:06:40 -07:00
},
2017-07-08 22:39:32 -07:00
"terminal": {
"copyButtons": true,
"fade": false,
"style": "flat"
},
2017-06-29 11:46:58 -07:00
"toolbar": {
"buttons": [
{
"label": "QMK Firmware",
"icon": "fa fa-github",
"url": "https://github.com/qmk/qmk_firmware"
}
]
}
},
"root": "./docs/"
2017-05-20 09:02:55 -07:00
}