atlas.json 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. {
  2. "branch": "master",
  3. "files": [
  4. "cover.html",
  5. "titlepage.html",
  6. "copyright.html",
  7. "toc.html",
  8. "foreword.asciidoc",
  9. "Preface.asciidoc",
  10. "00_Getting_started.asciidoc",
  11. "01_Search_in_depth.asciidoc",
  12. "02_Dealing_with_language.asciidoc",
  13. "03_Aggregations.asciidoc",
  14. "04_Geolocation.asciidoc",
  15. "06_Modeling_your_data.asciidoc",
  16. "07_Admin.asciidoc",
  17. "ix.html",
  18. "author_bio.html",
  19. "colo.html"
  20. ],
  21. "formats": {
  22. "pdf": {
  23. "version": "web",
  24. "index": true,
  25. "toc": true,
  26. "syntaxhighlighting": true,
  27. "show_comments": false,
  28. "antennahouse_version": "AHFormatterV62_64-MR4"
  29. },
  30. "epub": {
  31. "index": false,
  32. "toc": true,
  33. "epubcheck": true,
  34. "syntaxhighlighting": false,
  35. "show_comments": false
  36. },
  37. "mobi": {
  38. "index": false,
  39. "toc": true,
  40. "syntaxhighlighting": false,
  41. "show_comments": false
  42. },
  43. "html": {
  44. "index": false,
  45. "toc": false,
  46. "syntaxhighlighting": false,
  47. "show_comments": false,
  48. "consolidated": true
  49. }
  50. },
  51. "theme": "oreillymedia/animal_theme",
  52. "title": "Elasticsearch: The Definitive Guide"
  53. }