gitbook的book.json配置

{
“title”:”xxx”,
“description”: “xxx中文版”,
“language”: “zh”,
“pluginsConfig”: {
“fontSettings”: {
“theme”: “white”,
“family”: “msyh”,
“size”: 2
},
“plugins”: [
“yahei”,
“katex”,
“-search”
]
},
“pdf”: {
“pageNumbers”: true,
“fontSize”: 13,
“margin”: {
“right”: 10,
“left”: 10,
“top”: 10,
“bottom”: 15
}
}
}

猜你喜欢

转载自blog.csdn.net/sinat_29173167/article/details/79167715