From bd765d1588cf7ac255a49fbb9101ad2994e22440 Mon Sep 17 00:00:00 2001 From: Stephen Asbury Date: Tue, 11 Jun 2019 12:07:16 -0700 Subject: [PATCH] Added "edit" button plugin --- book.json | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/book.json b/book.json index 6110e21..9ee7712 100644 --- a/book.json +++ b/book.json @@ -8,7 +8,8 @@ "-highlight", "include-html", "toggle-chapters", - "anchors" + "anchors", + "edit-link" ], "pluginsConfig": { "prism": { @@ -16,6 +17,10 @@ "ascii": "markup", "text": "markup" } - } + }, + "edit-link": { + "base": "https://github.com/nats-io/docs/edit/master", + "label": "" + } } } \ No newline at end of file