forked from typescript-kr/typescript-kr.github.io
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbook.json
28 lines (28 loc) · 768 Bytes
/
book.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"plugins": ["theme-darkblue", "addcssjs", "highlight-1", "custom-favicon", "forkmegithub", "sitemap-general", "sitemap", "ga"],
"pluginsConfig": {
"sitemap-general": {
"prefix": "https://typescript-kr.gitbooks.io/"
},
"addcssjs": {
"css": ["assets/css/atom-one-dark.css"]
},
"favicon": "assets/images/favicon.ico",
"forkmegithub": {
"url": "https://github.com/typescript-kr/typescript-kr.github.io",
"color": "darkblue"
},
"github": {
"url": "https://github.com/typescript-kr/typescript-kr.github.io"
},
"sitemap": {
"hostname": "https://typescript-kr.github.io/"
},
"ga": {
"token": "UA-163809183-2"
}
},
"styles": {
"website": "assets/css/website.css"
}
}