book.json 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  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. "sitemap"
  21. ],
  22. "pluginsConfig": {
  23. "donate": {
  24. "wechat": "http://go.sh.gg/images/wx.png",
  25. "alipay": "http://go.sh.gg/images/alipay.png",
  26. "title": "如果您觉得受益,请打赏支持!",
  27. "button": "赏"
  28. },
  29. "fontsettings": {
  30. "family": "sans",
  31. "size": 2
  32. },
  33. "fancybox": {
  34. },
  35. "github": {
  36. "url": "https://coding.net/u/willin/p/leader.js.cool/git"
  37. },
  38. "edit-link": {
  39. "base": "https://coding.net/u/willin/p/leader.js.cool/git/edit/master/",
  40. "label": "编辑此页"
  41. },
  42. "duoshuo": {
  43. "short_name": "leader-js",
  44. "theme": "default"
  45. },
  46. "atoc": {
  47. "addClass": true,
  48. "className": "atoc"
  49. },
  50. "addcssjs": {
  51. "js": ["_static/main.js"]
  52. },
  53. "adsense": {
  54. "client": "ca-pub-5059418763237956",
  55. "slot": "2139110924",
  56. "format": "auto",
  57. "element": ".page-inner section"
  58. },
  59. "sitemap": {
  60. "hostname": "https://leader.js.cool/"
  61. },
  62. "introduction-text": "封面"
  63. }
  64. }