book.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "description": "DIY系统",
  3. "language": "zh-hans",
  4. "title": "Duowan DIY 帮助文档",
  5. "root": ".",
  6. "links": {
  7. "sidebar": {}
  8. },
  9. "plugins": [
  10. "-lunr",
  11. "-theme-api",
  12. "-search",
  13. "theme-comscore",
  14. "search-pro@^2.0.2",
  15. "tbfed-pagefooter",
  16. "expandable-menu",
  17. "edit-link",
  18. "anchor-navigation-ex",
  19. "addcssjs",
  20. "richquotes",
  21. "prism",
  22. "-highlight"
  23. ],
  24. "pluginsConfig": {
  25. "addcssjs": {
  26. "js": [
  27. "./scripts/mermaid.min.js",
  28. "./scripts/index.js"
  29. ],
  30. "css": [
  31. ]
  32. },
  33. "theme-default": {
  34. "showLevel": false
  35. },
  36. "tbfed-pagefooter": {
  37. "copyright": "Copyright &copy duowan 2019",
  38. "modify_label": "该文件修订时间:",
  39. "modify_format": "YYYY-MM-DD HH:mm:ss"
  40. },
  41. "edit-link": {
  42. "base": "http://svn.ouj.com:3000/dwdoc/gitbook/src/master",
  43. "label": "编辑该页面"
  44. },
  45. "anchor-navigation-ex": {
  46. "showLevel": false,
  47. "associatedWithSummary": true,
  48. "printLog": false,
  49. "multipleH1": true,
  50. "mode": "float",
  51. "showGoTop":true,
  52. "float": {
  53. "showLevelIcon": false,
  54. "level1Icon": "fa fa-hand-o-right",
  55. "level2Icon": "fa fa-hand-o-right",
  56. "level3Icon": "fa fa-hand-o-right"
  57. },
  58. "pageTop": {
  59. "showLevelIcon": false,
  60. "level1Icon": "fa fa-hand-o-right",
  61. "level2Icon": "fa fa-hand-o-right",
  62. "level3Icon": "fa fa-hand-o-right"
  63. }
  64. },
  65. "prism": {
  66. "lang": {
  67. "cleos": "bash"
  68. }
  69. }
  70. },
  71. "styles": {
  72. "website": "styles/website.css"
  73. },
  74. "variables": {
  75. "admin": ""
  76. }
  77. }