From c66066318fc2222ac840d11e47e765c255d7f5cf Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Mon, 14 May 2018 10:13:42 -0400 Subject: [PATCH] Add GitHub edit link --- book.json | 33 +++++++++++++++++++-------------- 1 file changed, 19 insertions(+), 14 deletions(-) diff --git a/book.json b/book.json index de99463..1e72b15 100644 --- a/book.json +++ b/book.json @@ -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" + } } \ No newline at end of file