book.json 544 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": "http://geek.analysys.cn/static/upload/236/2019-03-29/379450b4-7919-4707-877c-4d33300377d4.png",
  20. "url": "https://github.com/analysys/EasyScheduler"
  21. }
  22. }
  23. }