From 4258de259c3d14e79b727d53d25fc072bb7e631a Mon Sep 17 00:00:00 2001 From: ainsley Date: Thu, 22 Aug 2019 15:49:57 -0500 Subject: [PATCH 1/2] update edit button/text --- book.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/book.json b/book.json index 9ee7712..4f64bcc 100644 --- a/book.json +++ b/book.json @@ -20,7 +20,8 @@ }, "edit-link": { "base": "https://github.com/nats-io/docs/edit/master", - "label": "" + "label": "edit" + } } } \ No newline at end of file From 317c107912cf2aa8550d7b0a4986038fb83ee288 Mon Sep 17 00:00:00 2001 From: ainsley Date: Fri, 23 Aug 2019 10:55:11 -0500 Subject: [PATCH 2/2] update edit button/text --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 18943a4..5f045b9 100644 --- a/Makefile +++ b/Makefile @@ -4,6 +4,7 @@ build: init examples init: gitbook install + sed -i.bak 's/fa-edit/fa-github/g' node_modules/gitbook-plugin-edit-link/book/plugin.js serve: gitbook serve