Browse Source

Add GitHub edit link

pull/1/head
Andrew Belt 7 years ago
parent
commit
c66066318f
1 changed files with 19 additions and 14 deletions
  1. +19
    -14
      book.json

+ 19
- 14
book.json View File

@@ -1,16 +1,21 @@
{
"plugins": [
"insert-logo-link"
],
"pluginsConfig": {
"insert-logo-link": {
"src": "images/logo.png",
"url": "https://vcvrack.com/"
}
},
"structure": {
"readme": "Introduction.md",
"summary": "TOC.md",
"glossary": "Glossary.md"
}
"plugins": [
"insert-logo-link",
"github-edit"
],
"pluginsConfig": {
"insert-logo-link": {
"src": "images/logo.png",
"url": "https://vcvrack.com/"
},
"github-edit": {
"repo": "VCVRack/manual",
"branch": "master"
}
},
"structure": {
"readme": "Introduction.md",
"summary": "TOC.md",
"glossary": "Glossary.md"
}
}

Loading…
Cancel
Save