book.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  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. "links": {
  10. "sharing": {
  11. "all": null,
  12. "facebook": null,
  13. "google": null,
  14. "twitter": null,
  15. "weibo": null
  16. },
  17. "sidebar": {
  18. "个人主页": "https://willin.wang/",
  19. "书籍源码": "https://coding.net/u/willin/p/leader.js.cool/git"
  20. }
  21. },
  22. "plugins": [
  23. "addcssjs",
  24. "autotheme",
  25. "-atoc",
  26. "fancybox",
  27. "donate",
  28. "-github",
  29. "-disqus",
  30. "-duoshuo",
  31. "-edit-link",
  32. "adsense",
  33. "-maxiang",
  34. "wordcount",
  35. "sitemap"
  36. ],
  37. "pluginsConfig": {
  38. "autotheme": {
  39. "white": [9, 10, 11, 12, 13, 14, 15, 16],
  40. "sepia": [6, 7, 8, 17, 18, 19],
  41. "night": [20, 21, 22, 23, 0, 1, 2, 3, 4, 5]
  42. },
  43. "donate": {
  44. "wechat": "http://go.sh.gg/images/wx.png",
  45. "alipay": "http://go.sh.gg/images/alipay.png",
  46. "title": "如果您觉得受益,请打赏支持!",
  47. "button": "赏"
  48. },
  49. "fontsettings": {
  50. "family": "sans",
  51. "size": 2
  52. },
  53. "fancybox": {
  54. },
  55. "github": {
  56. "url": "https://coding.net/u/willin/p/leader.js.cool/git"
  57. },
  58. "edit-link": {
  59. "base": "https://coding.net/u/willin/p/leader.js.cool/git/edit/master/",
  60. "label": "编辑此页"
  61. },
  62. "duoshuo": {
  63. "short_name": "leader-js",
  64. "theme": "default"
  65. },
  66. "atoc": {
  67. "addClass": true,
  68. "className": "atoc"
  69. },
  70. "addcssjs": {
  71. "js": ["_static/main.js"]
  72. },
  73. "adsense": {
  74. "client": "ca-pub-5059418763237956",
  75. "slot": "2139110924",
  76. "format": "auto",
  77. "element": ".page-inner section"
  78. },
  79. "sitemap": {
  80. "hostname": "https://leader.js.cool/"
  81. },
  82. "introduction-text": "封面"
  83. }
  84. }