-
Notifications
You must be signed in to change notification settings - Fork 34
/
book.json
53 lines (53 loc) · 1.29 KB
/
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"title": "Odoo 小书",
"description": "",
"language": "zh-hans",
"plugins": [
"anchor-navigation-ex",
"-lunr",
"-search",
"search-plus",
"expandable-chapters",
"-sharing",
"github-buttons",
"editlink",
"-highlight",
"splitter",
"custom-favicon",
"ga",
"adsense"
],
"pluginsConfig": {
"fontsettings": {
"theme": "sepia",
"family": "sans",
"size": 2
},
"anchor-navigation-ex": {
"showLevel": false
},
"github-buttons": {
"buttons": [{
"user": "TNK-Studio",
"repo": "Odoo-Book",
"type": "star",
"size": "large",
"count": true
}]
},
"editlink": {
"base": "https://github.com/TNK-Studio/Odoo-Book/edit/master",
"label": "编辑本页"
},
"favicon": "assets/images/favicon.ico",
"ga": {
"token": "UA-126817847-4"
},
"adsense": {
"client": "ca-pub-9999308390903216",
"slot": "9999308390903216",
"format": "auto",
"element": ".page-inner section"
}
}
}