diff options
author | Jack Humbert <jack.humb@gmail.com> | 2017-05-20 12:02:55 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-20 12:02:55 -0400 |
commit | 2df879cbe369ed081d27ddcd2054e76f8f17adb4 (patch) | |
tree | 31b3719844c48c580ae7034c4037eefab256b494 | |
parent | e5ed23c0b38469cf914190fff89dae49e52adc4b (diff) |
Update 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 +} |