Files
OnJava8/book.json
2018-12-09 04:25:17 +08:00

101 lines
2.2 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的新书也被称之为《Think in Java》第五版。",
"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": "README.md"
},
"links": {
"sidebar": {
"个人博客": "https://www.lingcoder.com"
}
},
"plugins": [
"-sharing",
"-fontsettings",
"splitter",
"expandable-chapters-small",
"anchors",
"-search",
"edit-link",
"search-pro",
"github",
"emphasize",
"katex",
"donate",
"mermaid-gb3",
"advanced-emoji",
"include-codeblock",
"github-buttons",
"sharing-plus",
"anchor-navigation-ex",
"favicon"
],
"pluginsConfig": {
"github": {
"url": "https://github.com/LingCoder/"
},
"github-buttons": {
"buttons": [{
"user": "lingcoder",
"repo": "OnJava8",
"types": [
"star",
"watch",
"fork"
],
"size": "small",
"count": true
}]
},
"edit-link": {
"base": "https://github.com/lingcoder/OnJava8/edit/master",
"label": "Edit This Page"
},
"donate": {
"wechat": "./images/weixin.png",
"alipay": "./images/alipay.png",
"title": "",
"button": "赏",
"alipayText": "支付宝打赏",
"wechatText": "微信打赏"
},
"sharing": {
"douban": false,
"facebook": false,
"google": false,
"hatenaBookmark": false,
"instapaper": false,
"line": false,
"linkedin": false,
"messenger": false,
"pocket": false,
"qq": true,
"wechat":true,
"qzone": false,
"stumbleupon": false,
"twitter": true,
"viber": false,
"vk": false,
"weibo": true,
"whatsapp": false,
"all": [
"google", "facebook", "weibo", "twitter",
"qq", "qzone", "linkedin", "pocket"
]
},
"anchor-navigation-ex": {
"showLevel": false
}
}
}