qmk-firmware/book.json

40 lines
865 B
JSON
Raw Normal View History

{
"structure": {
"summary": "_summary.md"
},
2017-06-29 18:46:58 +00:00
"plugins" : [
"anchors",
"edit-link",
2017-06-29 19:24:24 +00:00
"forkmegithub",
"git-author",
"hints",
"numbered-headings",
2017-06-30 16:50:12 +00:00
"page-toc",
2017-06-29 19:24:24 +00:00
"terminal",
2017-06-29 21:13:42 +00:00
"toolbar"
2017-06-29 18:46:58 +00:00
],
"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"
},
2017-06-29 19:24:24 +00:00
"forkmegithub": {
"color": "red",
"url": "https://github.com/qmk/qmk_firmware"
},
2017-06-30 17:06:40 +00:00
"page-toc": {
2017-06-30 17:11:54 +00:00
"selector": ".markdown-section h1, .markdown-section h2"
2017-06-30 17:06:40 +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
}