summaryrefslogtreecommitdiffstats
path: root/book.json
blob: 79206bf35a4af2a888f0e40bf0a4e56f002c7f93 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
    "structure": {
        "summary": "_summary.md"
    },
    "plugins" : [
      "edit-link",
      "forkmegithub",
      "hints",
      "page-toc",
      "terminal",
      "toolbar",
      "bulk-redirect"
    ],
    "pluginsConfig": {
      "edit-link": {
        "base": "https://github.com/qmk/qmk_firmware/edit/master/docs",
        "label": "Suggest an edit"
      },
      "forkmegithub": {
        "color": "red",
        "url": "https://github.com/qmk/qmk_firmware"
      },
      "page-toc": {
        "selector": ".markdown-section h1, .markdown-section h2"
      },
      "terminal": {
        "copyButtons": true,
        "fade": false,
        "style": "flat"
      },
      "toolbar": {
        "buttons": [
          {
            "label": "QMK Firmware",
            "icon": "fa fa-github",
            "url": "https://github.com/qmk/qmk_firmware"
          }
        ]
      }, 
      "bulk-redirect": {
          "basepath": "/",
          "redirectsFile": "docs/redirects.json"
      }
    },
    "root": "./docs/"
}