1
0
mirror of https://github.com/taigrr/nats.docs synced 2025-01-18 04:03:23 -08:00

Merge pull request #54 from nats-io/update_edit_button

Update edit button
This commit is contained in:
Ginger Collison 2019-08-23 10:56:47 -05:00 committed by GitHub
commit e19a106e13
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View File

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

View File

@ -20,7 +20,8 @@
},
"edit-link": {
"base": "https://github.com/nats-io/docs/edit/master",
"label": ""
"label": "edit"
}
}
}