]> git.donarmstrong.com Git - qmk_firmware.git/blob - book.json
add missing comma
[qmk_firmware.git] / book.json
1 {
2     "structure": {
3         "summary": "_summary.md"
4     },
5     "plugins" : [
6       "anchors",
7       "toolbar",
8       "edit-link",
9       "forkmegithub",
10       "git-author",
11       "hints",
12       "numbered-headings",
13       "etoc",
14       "terminal",
15     ],
16     "pluginsConfig": {
17       "edit-link": {
18         "base": "https://github.com/qmk/qmk_firmware/edit/master/docs",
19         "label": "Suggest an edit"
20       },
21       "forkmegithub": {
22         "color": "darkblue",
23         "url": "https://github.com/qmk/qmk_firmware"
24       },
25       "etoc": {
26         "maxdepth": 3,
27         "notoc": true
28       },
29       "toolbar": {
30         "buttons": [
31           {
32             "label": "QMK Firmware",
33             "icon": "fa fa-github",
34             "url": "https://github.com/qmk/qmk_firmware"
35           }
36         ]
37       }
38     },
39     "root": "./docs/"
40 }