-
Notifications
You must be signed in to change notification settings - Fork 0
/
book.json
53 lines (51 loc) · 1.27 KB
/
book.json
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"title": "MyProject Wiki",
"author": "Piperift",
"languaje": "es",
"ignores": ["node_modules", "_book", "downloads", "lib"],
"logo": {
"white": "/assets/logo.dark.png",
"sepia": "/assets/logo.png",
"night": "/assets/logo.png"
},
"url": {
"relativePath": "/MyProject"
},
"plugins": [
"custom-favicon",
"copy-code-button",
"styles-less",
"links",
"prism",
"-highlight",
"collapsible-chapters",
"hide-published-with",
"hints",
"-lunr",
"-search",
"search-plus"
],
"pluginsConfig": {
"favicon": "./assets/favicon.ico",
"links": {
"links": [{
"label": "PDF",
"icon": "fa fa-file-pdf-o",
"url": "downloads/book.pdf"
}, {
"label": "EPUB",
"icon": "fa fa-leanpub",
"url": "downloads/book.epub"
}, {
"label": "MOBI",
"icon": "fa fa-book",
"url": "downloads/book.mobi"
}]
}
},
"styles": {
"website": "./styles/style.less",
"ebook": "./styles/style.less",
"pdf": "./styles/style.less"
}
}