projects
/
qmk_firmware.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e5ed23c
)
Update book.json
author
Jack Humbert
<jack.humb@gmail.com>
Sat, 20 May 2017 16:02:55 +0000
(12:02 -0400)
committer
GitHub
<noreply@github.com>
Sat, 20 May 2017 16:02:55 +0000
(12:02 -0400)
book.json
patch
|
blob
|
history
diff --git
a/book.json
b/book.json
index 620df20f95e5f8b8337866f8b398569bb27cd6bd..db29f054b9e0cd08607e7f9cb233342cb8ea1b44 100644
(file)
--- 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
+}