Skip to content

Commit c902a30

Browse files
committed
add favicon
1 parent 5ca57f0 commit c902a30

File tree

4 files changed

+5
-1
lines changed

4 files changed

+5
-1
lines changed

assets/favicon.ico

97.3 KB
Binary file not shown.

assets/monk.png

16.2 KB
Loading

book.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,17 @@
22
"gitbook": ">=3.2.2",
33
"title": "Monk",
44
"description": "The wise MongoDB API",
5-
"plugins": ["edit-link", "prism", "-highlight", "github", "anker-enable"],
5+
"plugins": ["edit-link", "prism", "-highlight", "github", "anker-enable", "custom-favicon"],
66
"pluginsConfig": {
77
"github": {
88
"url": "https://github.com/Automattic/monk/"
99
},
1010
"edit-link": {
1111
"base": "https://github.com/Automattic/monk/redux/tree/master",
1212
"label": "Edit This Page"
13+
},
14+
"pluginsConfig" : {
15+
"favicon": "assets/favicon.ico"
1316
}
1417
}
1518
}

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
"eslint-plugin-standard": "^3.0.1",
4040
"gitbook-cli": "^2.3.0",
4141
"gitbook-plugin-anker-enable": "^0.0.4",
42+
"gitbook-plugin-custom-favicon": "0.0.4",
4243
"gitbook-plugin-edit-link": "2.0.2",
4344
"gitbook-plugin-github": "^2.0.0",
4445
"gitbook-plugin-prism": "^2.2.0",

0 commit comments

Comments
 (0)