book.json 1.3 KB

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