forked from lando/lando
-
Notifications
You must be signed in to change notification settings - Fork 0
/
book.json
45 lines (45 loc) · 856 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"title": "Lando Documentation",
"root": "./docs",
"gitbook": "3.2.2",
"language": "en",
"lunr": {
"maxIndexSize": 1000000000
},
"structure": {
"readme": "README.md",
"summary": "SUMMARY.md"
},
"plugins": [
"anchors",
"callouts",
"codesnippet",
"edit-link",
"highlight",
"gtm",
"toc",
"-sharing",
"youtube",
"adsense"
],
"pluginsConfig": {
"callouts": {
"showTypeInHeader": false
},
"edit-link": {
"base": "https://github.com/lando/lando/edit/master/docs",
"label": "Edit Page"
},
"gtm": {
"token": "GTM-TKLWK67",
"virtualPageViews": true
},
"adsense": {
"client": "ca-pub-6140027381143196",
"slot": "9580004956",
"format": "rectangle",
"element": "ul.summary",
"position": "top"
}
}
}