book.json 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. {
  2. "plugins": [
  3. "prism",
  4. "edit-link",
  5. "-highlight",
  6. "-sharing",
  7. "simple-page-toc",
  8. "anchors",
  9. "copy-code-button",
  10. "anchor-navigation-ex",
  11. "cuav-chapters",
  12. "local-pagefooter",
  13. "github-buttons"
  14. ],
  15. "structure": {
  16. "readme": "getting_started.md"
  17. },
  18. "pluginsConfig": {
  19. "prism": {
  20. "lang": {
  21. "shell": "bash"
  22. }
  23. },
  24. "edit-link": {
  25. "base": "https://github.com/emqx/kuiper/tree/master/docs",
  26. "label": "Edit"
  27. },
  28. "github-buttons": {
  29. "buttons": [{
  30. "user": "emqx",
  31. "repo": "kuiper",
  32. "type": "star",
  33. "count": true,
  34. "size": "small"
  35. }]
  36. },
  37. "anchor-navigation-ex": {
  38. "showLevel": false
  39. },
  40. "local-pagefooter": {
  41. "copyright": "© Copyright 2016-2019, EMQ Technologies Co., Ltd.",
  42. "islocal": true,
  43. "modify_label": "The document reversion time: ",
  44. "modify_format": "YYYY-MM-DD HH:mm:ss"
  45. }
  46. },
  47. "styles": {
  48. "website": "styles/website.css",
  49. "ebook": "styles/ebook.css",
  50. "pdf": "styles/pdf.css",
  51. "mobi": "styles/mobi.css",
  52. "epub": "styles/epub.css"
  53. },
  54. "title": "Kuiper",
  55. "author": "EMQ X Team",
  56. "language": "zh-hans",
  57. "links": {
  58. "sharing": {
  59. "facebook": false,
  60. "twitter": false
  61. }
  62. }
  63. }