summaryrefslogtreecommitdiffstats
path: root/book.json
blob: b6f90fc110d8ea63448117e8342130814d2ac229 (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
{
    "structure": {
        "summary": "_summary.md"
    },
    "plugins" : [
      "anchors",
      "edit-link",
      "toolbar"
    ],
    "pluginsConfig": {
      "edit-link": {
        "base": "https://github.com/qmk/qmk_firmware/edit/master/docs",
        "label": "Suggest an edit"
      },
      "toolbar": {
        "buttons": [
          {
            "label": "QMK Firmware",
            "icon": "fa fa-github",
            "url": "https://github.com/qmk/qmk_firmware"
          }
        ]
      }
    },
    "root": "./docs/"
}