forked from elastic/elasticsearch-definitive-guide
-
Notifications
You must be signed in to change notification settings - Fork 0
/
atlas.json
53 lines (53 loc) · 1.17 KB
/
atlas.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
{
"branch": "master",
"files": [
"cover.html",
"titlepage.html",
"copyright.html",
"toc.html",
"foreword.asciidoc",
"Preface.asciidoc",
"00_Getting_started.asciidoc",
"01_Search_in_depth.asciidoc",
"02_Dealing_with_language.asciidoc",
"03_Aggregations.asciidoc",
"04_Geolocation.asciidoc",
"06_Modeling_your_data.asciidoc",
"07_Admin.asciidoc",
"ix.html",
"author_bio.html",
"colo.html"
],
"formats": {
"pdf": {
"version": "web",
"index": true,
"toc": true,
"syntaxhighlighting": true,
"show_comments": false,
"antennahouse_version": "AHFormatterV62_64-MR4"
},
"epub": {
"index": false,
"toc": true,
"epubcheck": true,
"syntaxhighlighting": false,
"show_comments": false
},
"mobi": {
"index": false,
"toc": true,
"syntaxhighlighting": false,
"show_comments": false
},
"html": {
"index": false,
"toc": false,
"syntaxhighlighting": false,
"show_comments": false,
"consolidated": true
}
},
"theme": "oreillymedia/animal_theme",
"title": "Elasticsearch: The Definitive Guide"
}