Files
OnJava8/book.json
2019-01-02 02:19:56 +08:00

44 lines
1.1 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"title": "《On Java 8》中文版",
"author": "LingCoder",
"description": "根据Bruce Eckel大神的新书On Java 8翻译可以说是事实上的Thinking in Java 5th",
"language": "zh-hans",
"gitbook": "3.2.3",
"styles": {
"website": "styles/website.css",
"ebook": "styles/ebook.css",
"pdf": "styles/pdf.css",
"mobi": "styles/mobi.css",
"epub": "styles/epub.css"
},
"structure": {
"readme": "Introduction.md"
},
"plugins": [
"splitter",
"edit-link",
"search-pro",
"emphasize",
"toggle-chapters",
"katex",
"donate",
"mermaid-gb3",
"advanced-emoji",
"include-codeblock"
],
"pluginsConfig": {
"edit-link": {
"base": "https://github.com/lingcoder/OnJava8/edit/master",
"label": "Edit This Page"
},
"donate": {
"wechat": "https://github.com/LingCoder/OnJava8/raw/master/images/wechat.PNG",
"alipay": "https://github.com/LingCoder/OnJava8/raw/master/images/alipay.PNG",
"title": "",
"button": "赏",
"alipayText": "支付宝打赏",
"wechatText": "微信打赏"
}
}
}