Add kubectl logo as favicon.

This commit is contained in:
Phillip Wittrock 2019-03-12 17:36:44 -07:00
parent f4d1f890b0
commit 343343057b
4 changed files with 1254 additions and 1 deletions

View File

@ -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"
},

BIN
docs/book/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

File diff suppressed because it is too large Load Diff

View File

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