book.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "author": "Nick",
  3. "description": "PHPer 必知必会的 Linux 命令",
  4. "title" : "PHPer 必知必会的 Linux 命令",
  5. "language": "zh-hans",
  6. "links": {
  7. "sidebar": {
  8. "PHPer 必知必会的 Linux 命令": "https://linux.hellocode.name/"
  9. }
  10. },
  11. "styles": {
  12. "website": "styles/website.css"
  13. },
  14. "plugins": [
  15. "-fontsettings",
  16. "github",
  17. "edit-link",
  18. "donate",
  19. "sitemap",
  20. "-sharing",
  21. "splitter",
  22. "sharing-plus",
  23. "search",
  24. "search-pro"
  25. ],
  26. "pluginsConfig": {
  27. "github": {
  28. "url": "https://github.com/Nick233333/gitbook"
  29. },
  30. "edit-link": {
  31. "base": "https://github.com/Nick233333/gitbook/blob/master/",
  32. "label": "编辑本页面"
  33. },
  34. "sitemap": {
  35. "hostname": "http://linux.hellocode.name"
  36. },
  37. "donate": {
  38. "wechat": "https://wp.hellocode.name/wp-content/uploads/2017/12/reward_1513737335-200x200.jpg",
  39. "alipay": "https://wp.hellocode.name/wp-content/uploads/2017/12/reward_1513737644-200x200.jpg",
  40. "title": "",
  41. "button": "赏",
  42. "alipayText": "支付宝打赏",
  43. "wechatText": "微信打赏"
  44. },
  45. "sharing": {
  46. "douban": false,
  47. "facebook": false,
  48. "google": false,
  49. "hatenaBookmark": false,
  50. "instapaper": false,
  51. "line": false,
  52. "linkedin": false,
  53. "messenger": false,
  54. "pocket": false,
  55. "qq": false,
  56. "qzone": false,
  57. "stumbleupon": false,
  58. "twitter": true,
  59. "viber": false,
  60. "vk": false,
  61. "weibo": true,
  62. "whatsapp": false,
  63. "all": [
  64. "facebook", "twitter","weibo",
  65. "qq", "qzone"
  66. ]
  67. }
  68. }
  69. }