diff options
Diffstat (limited to 'book.json')
-rw-r--r-- | book.json | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -2,8 +2,12 @@ "structure": { "readme": "Home.md" }, - "plugins" : ["toolbar"], + "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": [ @@ -15,4 +19,4 @@ ] } } -}
\ No newline at end of file +} |