qmk_firmware/book.json

40 lines
865 B
JSON
Raw Normal View History

{
"structure": {
"summary": "_summary.md"
},
2017-06-29 11:46:58 -07:00
"plugins" : [
"anchors",
"edit-link",
2017-06-29 12:24:24 -07:00
"forkmegithub",
"git-author",
"hints",
"numbered-headings",
2017-06-30 09:50:12 -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-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
}