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

updating docs

This commit is contained in:
ainsley
2019-09-27 16:14:03 -05:00
parent d7f0038dc7
commit adaa9aa853
162 changed files with 164 additions and 164 deletions

View File

@@ -17,7 +17,7 @@ require(["gitbook", "jQuery"], function(gitbook, $) {
}
gitbook.toolbar.createButton({
icon: 'fa fa-edit',
icon: 'fa fa-github',
text: label,
onClick: function() {
var filepath = gitbook.state.filepath;
@@ -27,4 +27,4 @@ require(["gitbook", "jQuery"], function(gitbook, $) {
});
});
});
});