qmk_firmware/docs/config.json

32 lines
923 B
JSON
Raw Normal View History

2018-05-06 19:27:47 +00:00
{
"title": "QMK Firmware",
"tagline": "Keyboard controller firmware for Atmel AVR and ARM USB families",
"author": "QMK Community",
"image": "gitbook/images/favicon.png",
"ignore": {
"dirs": [
"Internals"
],
"files": [
"internals_defines.md",
"internals_input_callback_reg.md",
"internals_midi_device.md",
"internals_midi_device_setup_process.md",
"internals_midi_util.md",
"internals_send_functions.md",
"internals_sysex_tools.md"
]
},
"html": {
2018-05-06 19:57:53 +00:00
"auto_landing": false,
2018-05-06 19:27:47 +00:00
"auto_toc": true,
"breadcrumbs": true,
"breadcrumbs_separator": " &emdash;> ",
2018-05-08 04:02:24 +00:00
"edit_on_github": "qmk/qmk_firmware/blob/master/docs",
2018-05-06 19:27:47 +00:00
"repo": "qmk/qmk_firmware",
2018-05-08 04:02:24 +00:00
"search": true,
"theme": "daux-navy",
2018-05-06 19:27:47 +00:00
"toggle_code": false
}
}