book.json 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. {
  2. "plugins": ["mermaid-gb3",
  3. "expandable-chapters",
  4. "-lunr",
  5. "-search",
  6. "search-pro",
  7. "popup",
  8. "code",
  9. "tbfed-pagefooter",
  10. "back-to-top-button",
  11. "hide-element",
  12. "sidebar-style",
  13. "auto-scroll-table",
  14. "splitter",
  15. "edit-link",
  16. "page-toc-button"],
  17. "pluginsConfig": {
  18. "mermaid-gb3": {
  19. "default": {
  20. "theme": "default",
  21. "scale": 1.0
  22. }
  23. },
  24. "hide-element": {
  25. "elements": [".gitbook-link"]
  26. },
  27. "tbfed-pagefooter": {
  28. "copyright":"Copyright &copy 永天科技 2025",
  29. "modify_label": "该文件修订时间:",
  30. "modify_format": "YYYY-MM-DD HH:mm:ss"
  31. },
  32. "sidebar-style": {
  33. "title": "《团队技术文档》",
  34. "author": "研发中心"
  35. },
  36. "edit-link": {
  37. "base": "http://47.111.81.118:3000/uskycloud/usky-dev-doc/src/feature-zjy",
  38. "label": "编辑"
  39. },
  40. "page-toc-button": {
  41. "maxTocDepth": 2,
  42. "minTocSize": 2
  43. }
  44. },
  45. "language": "zh-hans"
  46. }