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