book.json 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. {
  2. "title": "可替代的团队领袖培养计划",
  3. "description": "Author: Willin Wang",
  4. "language": "zh-cn",
  5. "gitbook": "=3.2.0",
  6. "structure": {
  7. "readme": "INTRO.md"
  8. },
  9. "plugins": [
  10. "addcssjs",
  11. "atoc",
  12. "fancybox",
  13. "donate",
  14. "github",
  15. "-disqus",
  16. "-duoshuo",
  17. "-edit-link",
  18. "adsense",
  19. "-maxiang"
  20. ],
  21. "pluginsConfig": {
  22. "donate": {
  23. "wechat": "http://go.sh.gg/images/wx.png",
  24. "alipay": "http://go.sh.gg/images/alipay.png",
  25. "title": "如果您觉得受益,请打赏支持!",
  26. "button": "赏"
  27. },
  28. "fontsettings": {
  29. "family": "sans",
  30. "size": 2
  31. },
  32. "fancybox": {
  33. },
  34. "github": {
  35. "url": "https://coding.net/u/willin/p/leader.js.cool/git"
  36. },
  37. "edit-link": {
  38. "base": "https://coding.net/u/willin/p/leader.js.cool/git/edit/master/",
  39. "label": "编辑此页"
  40. },
  41. "duoshuo": {
  42. "short_name": "leader-js",
  43. "theme": "default"
  44. },
  45. "atoc": {
  46. "addClass": true,
  47. "className": "atoc"
  48. },
  49. "addcssjs": {
  50. "js": ["_static/main.js"]
  51. },
  52. "adsense": {
  53. "client": "ca-pub-5059418763237956",
  54. "slot": "2139110924",
  55. "format": "auto",
  56. "element": ".page-inner section"
  57. },
  58. "introduction-text": "封面"
  59. }
  60. }