34 lines
726 B
JSON
34 lines
726 B
JSON
{
|
|
"structure": {
|
|
"summary": "_summary.md"
|
|
},
|
|
"plugins" : [
|
|
"anchors",
|
|
"edit-link",
|
|
"toolbar"
|
|
],
|
|
"pluginsConfig": {
|
|
"edit-link": {
|
|
"base": "https://github.com/qmk/qmk_firmware/edit/master/docs",
|
|
"label": "Suggest an edit"
|
|
},
|
|
"forkmegithub": {
|
|
"color": "darkblue",
|
|
"url": "https://github.com/qmk/qmk_firmware"
|
|
},
|
|
"etoc": {
|
|
"maxdepth": 3,
|
|
"notoc": true
|
|
},
|
|
"toolbar": {
|
|
"buttons": [
|
|
{
|
|
"label": "QMK Firmware",
|
|
"icon": "fa fa-github",
|
|
"url": "https://github.com/qmk/qmk_firmware"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"root": "./docs/"
|
|
}
|