summaryrefslogtreecommitdiff
path: root/book.json
diff options
context:
space:
mode:
authorJack Humbert2017-05-20 12:02:55 -0400
committerGitHub2017-05-20 12:02:55 -0400
commit2df879cbe369ed081d27ddcd2054e76f8f17adb4 (patch)
tree31b3719844c48c580ae7034c4037eefab256b494 /book.json
parente5ed23c0b38469cf914190fff89dae49e52adc4b (diff)
Update book.json
Diffstat (limited to 'book.json')
-rw-r--r--book.json8
1 files changed, 6 insertions, 2 deletions
diff --git a/book.json b/book.json
index 620df20f9..db29f054b 100644
--- a/book.json
+++ b/book.json
@@ -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
+}