forked from lingcoder/OnJava8
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathbook.json
More file actions
34 lines (34 loc) · 804 Bytes
/
book.json
File metadata and controls
34 lines (34 loc) · 804 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"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"
}
}
}