mirror of
https://github.com/openstenoproject/qmk
synced 2024-11-10 10:39:09 +00:00
Update book.json
This commit is contained in:
parent
e5ed23c0b3
commit
2df879cbe3
1 changed files with 6 additions and 2 deletions
|
@ -2,8 +2,12 @@
|
||||||
"structure": {
|
"structure": {
|
||||||
"readme": "Home.md"
|
"readme": "Home.md"
|
||||||
},
|
},
|
||||||
"plugins" : ["toolbar"],
|
"plugins" : ["toolbar", "edit-link"],
|
||||||
"pluginsConfig": {
|
"pluginsConfig": {
|
||||||
|
"edit-link": {
|
||||||
|
"base": "https://github.com/qmk/qmk_firmware/edit/master/path/to/book",
|
||||||
|
"label": "Edit This Page"
|
||||||
|
},
|
||||||
"toolbar": {
|
"toolbar": {
|
||||||
"buttons":
|
"buttons":
|
||||||
[
|
[
|
||||||
|
|
Loading…
Reference in a new issue