brand_new_model_f/f62: fixed some typos in comments
[jackhill/qmk/firmware.git] / book.json
1 {
2 "structure": {
3 "summary": "_summary.md"
4 },
5 "plugins" : [
6 "edit-link",
7 "forkmegithub",
8 "hints",
9 "page-toc",
10 "terminal",
11 "toolbar",
12 "bulk-redirect"
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 "bulk-redirect": {
41 "basepath": "/",
42 "redirectsFile": "docs/redirects.json"
43 }
44 },
45 "root": "./docs/"
46 }