book.json 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. {
  2. "author": "Nick",
  3. "description": "记录Gitbook的配置和一些插件的使用",
  4. "title" : "Gitbook Use",
  5. "language": "zh-hans",
  6. "links": {
  7. "sidebar": {
  8. "Home": "#"
  9. }
  10. },
  11. "plugins": [
  12. "donate",
  13. "-sharing",
  14. "sharing-plus"
  15. ],
  16. "pluginsConfig": {
  17. "donate": {
  18. "wechat": "https://wp.hellocode.name/wp-content/uploads/2017/12/reward_1513737335-200x200.jpg",
  19. "alipay": "https://wp.hellocode.name/wp-content/uploads/2017/12/reward_1513737644-200x200.jpg",
  20. "title": "",
  21. "button": "赏",
  22. "alipayText": "支付宝打赏",
  23. "wechatText": "微信打赏"
  24. },
  25. "sharing": {
  26. "douban": false,
  27. "facebook": false,
  28. "google": false,
  29. "hatenaBookmark": false,
  30. "instapaper": false,
  31. "line": false,
  32. "linkedin": true,
  33. "messenger": false,
  34. "pocket": false,
  35. "qq": true,
  36. "qzone": true,
  37. "stumbleupon": false,
  38. "twitter": true,
  39. "viber": false,
  40. "vk": false,
  41. "weibo": true,
  42. "whatsapp": false,
  43. "all": [
  44. "facebook", "twitter","weibo",
  45. "linkedin","qq", "qzone"
  46. ]
  47. }
  48. }
  49. }