mirror of
https://github.com/LingCoder/OnJava8.git
synced 2026-08-24 06:53:27 +08:00
35 lines
804 B
JSON
35 lines
804 B
JSON
{
|
||
"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",
|
||
"mermaid-gb3",
|
||
"advanced-emoji",
|
||
"include-codeblock"
|
||
],
|
||
"pluginsConfig": {
|
||
"edit-link": {
|
||
"base": "https://github.com/lingcoder/OnJava8/edit/master",
|
||
"label": "Edit This Page"
|
||
}
|
||
}
|
||
}
|