summaryrefslogtreecommitdiff
path: root/book.json
blob: db29f054b9e0cd08607e7f9cb233342cb8ea1b44 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
    "structure": {
        "readme": "Home.md"
    },
    "plugins" : ["toolbar", "edit-link"],
    "pluginsConfig": {
            "edit-link": {
                "base": "https://github.com/qmk/qmk_firmware/edit/master/path/to/book",
                "label": "Edit This Page"
            },
        "toolbar": {
            "buttons":
            [
                {
                    "label": "QMK Firmware",
                    "icon": "fa fa-github",
                    "url": "https://github.com/qmk/qmk_firmware"
                }
            ]
        }
    }
}