Service Mesh chapter deprecated, redirect to https://jimmysong.io/istio-handbook
parent
3a7285ffaa
commit
f4448554a0
|
@ -1,14 +0,0 @@
|
||||||
require([ 'gitbook' ], function (gitbook) {
|
|
||||||
gitbook.events.bind('start', function (e, config) {
|
|
||||||
var githubURL = config.github.url;
|
|
||||||
|
|
||||||
gitbook.toolbar.createButton({
|
|
||||||
icon: 'fa fa-github',
|
|
||||||
label: 'GitHub',
|
|
||||||
position: 'right',
|
|
||||||
onClick: function() {
|
|
||||||
window.open(githubURL)
|
|
||||||
}
|
|
||||||
});
|
|
||||||
});
|
|
||||||
});
|
|
Binary file not shown.
After Width: | Height: | Size: 202 KiB |
Binary file not shown.
Before Width: | Height: | Size: 176 KiB After Width: | Height: | Size: 329 KiB |
Loading…
Reference in New Issue