book.json 924 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  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. "pluginsConfig": {
  14. "prism": {
  15. "lang": {
  16. "shell": "bash"
  17. }
  18. },
  19. "anchor-navigation-ex": {
  20. "showLevel": false
  21. },
  22. "local-pagefooter": {
  23. "copyright": "© Copyright 2016-2019, EMQ Technologies Co., Ltd.",
  24. "islocal": true,
  25. "modify_label": "The document reversion time: ",
  26. "modify_format": "YYYY-MM-DD HH:mm:ss"
  27. }
  28. },
  29. "styles": {
  30. "website": "styles/website.css",
  31. "ebook": "styles/ebook.css",
  32. "pdf": "styles/pdf.css",
  33. "mobi": "styles/mobi.css",
  34. "epub": "styles/epub.css"
  35. },
  36. "title": "Kuiper",
  37. "author": "EMQX Team",
  38. "language": "zh",
  39. "links": {
  40. "sharing": {
  41. "facebook": false,
  42. "twitter": false
  43. }
  44. }
  45. }