]> git.donarmstrong.com Git - qmk_firmware.git/blob - book.json
remove extraneous config
[qmk_firmware.git] / book.json
1 {
2     "structure": {
3         "summary": "_summary.md"
4     },
5     "plugins" : [
6       "anchors",
7       "edit-link",
8       "toolbar"
9     ],
10     "pluginsConfig": {
11       "edit-link": {
12         "base": "https://github.com/qmk/qmk_firmware/edit/master/docs",
13         "label": "Suggest an edit"
14       },
15       "toolbar": {
16         "buttons": [
17           {
18             "label": "QMK Firmware",
19             "icon": "fa fa-github",
20             "url": "https://github.com/qmk/qmk_firmware"
21           }
22         ]
23       }
24     },
25     "root": "./docs/"
26 }