You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
46 lines
1.0 KiB
46 lines
1.0 KiB
{ |
|
"structure": { |
|
"summary": "_summary.md" |
|
}, |
|
"plugins" : [ |
|
"edit-link", |
|
"forkmegithub", |
|
"hints", |
|
"page-toc", |
|
"terminal", |
|
"toolbar", |
|
"bulk-redirect" |
|
], |
|
"pluginsConfig": { |
|
"edit-link": { |
|
"base": "https://github.com/qmk/qmk_firmware/edit/master/docs", |
|
"label": "Suggest an edit" |
|
}, |
|
"forkmegithub": { |
|
"color": "red", |
|
"url": "https://github.com/qmk/qmk_firmware" |
|
}, |
|
"page-toc": { |
|
"selector": ".markdown-section h1, .markdown-section h2" |
|
}, |
|
"terminal": { |
|
"copyButtons": true, |
|
"fade": false, |
|
"style": "flat" |
|
}, |
|
"toolbar": { |
|
"buttons": [ |
|
{ |
|
"label": "QMK Firmware", |
|
"icon": "fa fa-github", |
|
"url": "https://github.com/qmk/qmk_firmware" |
|
} |
|
] |
|
}, |
|
"bulk-redirect": { |
|
"basepath": "/", |
|
"redirectsFile": "docs/redirects.json" |
|
} |
|
}, |
|
"root": "./docs/" |
|
}
|
|
|