try swapping toc and numbered headings
[jackhill/qmk/firmware.git] / book.json
1 {
2 "structure": {
3 "summary": "_summary.md"
4 },
5 "plugins" : [
6 "edit-link",
7 "forkmegithub",
8 "hints",
9 "numbered-headings",
10 "page-toc",
11 "terminal",
12 "toolbar"
13 ],
14 "pluginsConfig": {
15 "edit-link": {
16 "base": "https://github.com/qmk/qmk_firmware/edit/master/docs",
17 "label": "Suggest an edit"
18 },
19 "forkmegithub": {
20 "color": "red",
21 "url": "https://github.com/qmk/qmk_firmware"
22 },
23 "page-toc": {
24 "selector": ".markdown-section h1, .markdown-section h2"
25 },
26 "terminal": {
27 "copyButtons": true,
28 "fade": false,
29 "style": "flat"
30 },
31 "toolbar": {
32 "buttons": [
33 {
34 "label": "QMK Firmware",
35 "icon": "fa fa-github",
36 "url": "https://github.com/qmk/qmk_firmware"
37 }
38 ]
39 }
40 },
41 "root": "./docs/"
42 }