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 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