qmk-dactyl-manuform-a/book.json

40 lines
865 B
JSON
Raw Normal View History

{
"structure": {
"summary": "_summary.md"
},
2017-06-29 20:46:58 +02:00
"plugins" : [
"anchors",
"edit-link",
2017-06-29 21:24:24 +02:00
"forkmegithub",
"git-author",
"hints",
"numbered-headings",
2017-06-30 18:50:12 +02:00
"page-toc",
2017-06-29 21:24:24 +02:00
"terminal",
2017-06-29 23:13:42 +02:00
"toolbar"
2017-06-29 20:46:58 +02:00
],
"pluginsConfig": {
2017-06-29 20:46:58 +02:00
"edit-link": {
"base": "https://github.com/qmk/qmk_firmware/edit/master/docs",
"label": "Suggest an edit"
},
2017-06-29 21:24:24 +02:00
"forkmegithub": {
"color": "red",
"url": "https://github.com/qmk/qmk_firmware"
},
2017-06-30 19:06:40 +02:00
"page-toc": {
2017-06-30 19:11:54 +02:00
"selector": ".markdown-section h1, .markdown-section h2"
2017-06-30 19:06:40 +02:00
},
2017-06-29 20:46:58 +02:00
"toolbar": {
"buttons": [
{
"label": "QMK Firmware",
"icon": "fa fa-github",
"url": "https://github.com/qmk/qmk_firmware"
}
]
}
},
"root": "./docs/"
2017-05-20 18:02:55 +02:00
}