.vscode
docs
drivers
keyboards
layouts
lib
quantum
tests
tmk_core
users
util
.clang_complete
.editorconfig
.gitattributes
.gitignore
.gitmodules
.travis.yml
CODE_OF_CONDUCT.md
Dockerfile
Doxyfile
LICENSE
Makefile
Vagrantfile
autocomplete.sh
book.json
bootloader.mk
build_full_test.mk
build_keyboard.mk
build_layout.mk
build_test.mk
common.mk
common_features.mk
doxygen-todo
license_GPLv2.md
license_GPLv3.md
license_Modified_BSD.md
message.mk
readme.md
secrets.tar.enc
shell.nix
testlist.mk
47 lines
1.0 KiB
JSON
47 lines
1.0 KiB
JSON
{
|
|
"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/"
|
|
}
|