mirror of
https://github.com/LingCoder/OnJava8.git
synced 2026-08-19 12:33:29 +08:00
101 lines
2.2 KiB
JSON
101 lines
2.2 KiB
JSON
{
|
||
"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
|
||
}
|
||
}
|
||
}
|