-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbook.json
More file actions
26 lines (26 loc) · 781 Bytes
/
book.json
File metadata and controls
26 lines (26 loc) · 781 Bytes
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
{
"gitbook" : ">=2.0.0",
"title" : "Configuração Básica Zabbix de Cliente e Proxy",
"description" : "Neste livro irei demonstrar como configurar um cliente Zabbix e um Proxy Zabix",
"author" : "Lucas Teske",
"public" : false,
"language" : "pt" ,
"plugins": ["autocover"],
"pluginsConfig": {
"autocover": {
"font": {
"size": null,
"family": "Impact",
"color": "#FFF"
},
"size": {
"w": 1800,
"h": 2360
},
"background": {
"color": "#09F"
},
"watermark" : "../../baseimages/tvs.svg"
}
}
}