forked from typescript-book-ja/typescript-book-jp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
book.json
31 lines (31 loc) · 782 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
29
30
31
{
"language": "ja",
"author": "Basarat Ali Syed Translated by yohamta",
"title": "TypeScript Deep Dive Japanese",
"plugins": ["edit-link", "github", "adsense", "header"],
"styles": {
"website": "styles/website.css"
},
"pluginsConfig": {
"layout": {
"headerPath" : "header.html"
},
"lunr": {
"ignoreSpecialCharacters": true
},
"edit-link": {
"base": "https://github.com/yohamta/typescript-book-jp/tree/master",
"label": "Edit This Page"
},
"github": {
"url": "https://github.com/yohamta/typescript-book-jp/"
},
"adsense": {
"client": "ca-pub-4656761253552116",
"slot": "2017468453",
"format": "auto",
"element": ".page-inner section",
"position": "bottom"
}
}
}