]> git.donarmstrong.com Git - qmk_firmware.git/blob - book.json
Try neo-navigator in place of etoc
[qmk_firmware.git] / book.json
1 {
2     "structure": {
3         "summary": "_summary.md"
4     },
5     "plugins" : [
6       "anchors",
7       "edit-link",
8       "neo-navigator",
9       "forkmegithub",
10       "git-author",
11       "hints",
12       "numbered-headings",
13       "terminal",
14       "toolbar"
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": "red",
23         "url": "https://github.com/qmk/qmk_firmware"
24       },
25       "toolbar": {
26         "buttons": [
27           {
28             "label": "QMK Firmware",
29             "icon": "fa fa-github",
30             "url": "https://github.com/qmk/qmk_firmware"
31           }
32         ]
33       }
34     },
35     "root": "./docs/"
36 }