Files
Getting-Started-With-ACPI/book.json
Mykola Grymalyuk 87dd76db3c Fix image size
2020-04-10 20:58:14 -06:00

35 lines
822 B
JSON

{
"plugins": ["theme-default", "-lunr", "-search"],
"pluginsConfig": {
"fontsettings": {
"theme": "night",
"family": "sans"
},
"favicon": "/icons/favicon.ico",
"appleTouchIconPrecomposed152": "/icons/appleTouchIconPrecomposed152.png",
"output": "_book"
},
"links": {
"sharing": {
"google": false,
"facebook": false,
"twitter": false,
"weibo": false,
"all": false
}
},
"pdf": {
"pageNumbers": false,
"fontSize": 12,
"paperSize": "a4",
"margin": {
"right": 62,
"left": 62,
"top": 36,
"bottom": 36
},
"headerTemplate": null,
"footerTemplate": null
}
}