qmk-firmware/book.json

47 lines
1.0 KiB
JSON
Raw Permalink Normal View History

{
"structure": {
"summary": "_summary.md"
},
2017-06-29 18:46:58 +00:00
"plugins" : [
"edit-link",
2017-06-29 19:24:24 +00:00
"forkmegithub",
"hints",
2017-07-09 05:51:16 +00:00
"page-toc",
2017-06-29 19:24:24 +00:00
"terminal",
2017-08-19 12:31:42 +00:00
"toolbar",
"bulk-redirect"
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-07-09 05:39:32 +00:00
"terminal": {
"copyButtons": true,
"fade": false,
"style": "flat"
},
2017-06-29 18:46:58 +00:00
"toolbar": {
"buttons": [
{
"label": "QMK Firmware",
"icon": "fa fa-github",
"url": "https://github.com/qmk/qmk_firmware"
}
]
2017-08-19 12:31:42 +00:00
},
"bulk-redirect": {
"basepath": "/",
"redirectsFile": "docs/redirects.json"
2017-06-29 18:46:58 +00:00
}
},
"root": "./docs/"
2017-05-20 16:02:55 +00:00
}