Add kubectl logo as favicon.
This commit is contained in:
parent
f4d1f890b0
commit
343343057b
|
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
"plugins": ["sequence-diagrams","theme-api", "panel", "copy-code-button", "insert-logo", "ga"],
|
||||
"plugins": ["sequence-diagrams","theme-api", "panel", "copy-code-button", "insert-logo", "ga", "custom-favicon"],
|
||||
"pluginsConfig": {
|
||||
"favicon": "favicon.ico",
|
||||
"ga": {
|
||||
"token": "UA-136142416-1"
|
||||
},
|
||||
|
|
|
|||
Binary file not shown.
|
After Width: | Height: | Size: 3.3 KiB |
File diff suppressed because it is too large
Load Diff
|
|
@ -8,6 +8,7 @@
|
|||
"cryptiles": "^4.1.2",
|
||||
"gitbook-cli": "^2.3.2",
|
||||
"gitbook-plugin-copy-code-button": "0.0.2",
|
||||
"gitbook-plugin-custom-favicon": "0.0.4",
|
||||
"gitbook-plugin-ga": "^1.0.1",
|
||||
"gitbook-plugin-insert-logo": "^0.1.5",
|
||||
"gitbook-plugin-page-toc": "^1.1.0",
|
||||
|
|
|
|||
Loading…
Reference in New Issue