book.json 429 B

1234567891011121314151617181920212223
  1. {
  2. "title": "调度系统-EasyScheduler",
  3. "author": "YIGUAN",
  4. "description": "调度系统",
  5. "language": "zh-hans",
  6. "gitbook": "3.2.3",
  7. "styles": {
  8. "website": "./styles/website.css"
  9. },
  10. "structure": {
  11. "readme": "README.md"
  12. },
  13. "plugins":[
  14. "expandable-chapters",
  15. "insert-logo-link"
  16. ],
  17. "pluginsConfig": {
  18. "insert-logo-link": {
  19. "src": "../images/logo.png",
  20. "url": "/"
  21. }
  22. }
  23. }