book.json 980 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. {
  2. "plugins": [
  3. "prism",
  4. "-highlight",
  5. "-sharing",
  6. "simple-page-toc",
  7. "anchors",
  8. "copy-code-button",
  9. "anchor-navigation-ex",
  10. "cuav-chapters",
  11. "local-pagefooter"
  12. ],
  13. "structure": {
  14. "readme": "getting_started.md"
  15. },
  16. "pluginsConfig": {
  17. "prism": {
  18. "lang": {
  19. "shell": "bash"
  20. }
  21. },
  22. "anchor-navigation-ex": {
  23. "showLevel": false
  24. },
  25. "local-pagefooter": {
  26. "copyright": "© Copyright 2016-2019, EMQ Technologies Co., Ltd.",
  27. "islocal": true,
  28. "modify_label": "The document reversion time: ",
  29. "modify_format": "YYYY-MM-DD HH:mm:ss"
  30. }
  31. },
  32. "styles": {
  33. "website": "styles/website.css",
  34. "ebook": "styles/ebook.css",
  35. "pdf": "styles/pdf.css",
  36. "mobi": "styles/mobi.css",
  37. "epub": "styles/epub.css"
  38. },
  39. "title": "Kuiper",
  40. "author": "EMQX Team",
  41. "language": "zh",
  42. "links": {
  43. "sharing": {
  44. "facebook": false,
  45. "twitter": false
  46. }
  47. }
  48. }