文章

gitbook_book.json

gitbook_book.json

本文档介绍 gitbook_book.json 的相关内容。

gitbook配置文件book.json

{ "author": "Chengwei Yang <your.email@example.com>", "description": "This is a sample book created by gitbook", "extension": null, "generator": "site", "isbn": null, "links": { "sharing": { "all": null, "facebook": null, "google": null, "twitter": null, "weibo": null }, "sidebar": { "Chengwei's Blog": "http://www.chengweiyang.cn" } }, "output": null, "pdf": { "fontSize": 12, "footerTemplate": null, "headerTemplate": null, "margin": { "bottom": 36, "left": 62, "right": 62, "top": 36 }, "pageNumbers": false, "paperSize": "a4" }, "plugins": [], "title": "Sample GitBook", "variables": {} }
本文由作者按照 CC BY 4.0 进行授权