book.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. {
  2. "description": "记录Gitbook的配置和一些插件的使用",
  3. "language": "zh-hans",
  4. "title": "多玩测试wiki",
  5. "root": ".",
  6. "links": {
  7. "sidebar": {}
  8. },
  9. "plugins": [
  10. "-lunr",
  11. "-search",
  12. "theme-comscore",
  13. "search-pro@^2.0.2",
  14. "tbfed-pagefooter",
  15. "expandable-menu",
  16. "edit-link",
  17. "anchor-navigation-ex",
  18. "addcssjs",
  19. "richquotes"
  20. ],
  21. "pluginsConfig": {
  22. "addcssjs": {
  23. "js": [
  24. "./scripts/mermaid.min.js",
  25. "./scripts/index.js"
  26. ],
  27. "css": [
  28. ]
  29. },
  30. "theme-default": {
  31. "showLevel": false
  32. },
  33. "tbfed-pagefooter": {
  34. "copyright": "Copyright &copy duowan 2018",
  35. "modify_label": "该文件修订时间:",
  36. "modify_format": "YYYY-MM-DD HH:mm:ss"
  37. },
  38. "edit-link": {
  39. "base": "http://svn.ouj.com:3000/dwdoc/wiki/src/master",
  40. "label": "编辑该页面"
  41. },
  42. "anchor-navigation-ex": {
  43. "showLevel": false,
  44. "associatedWithSummary": true,
  45. "printLog": false,
  46. "multipleH1": true,
  47. "mode": "float",
  48. "showGoTop":true,
  49. "float": {
  50. "showLevelIcon": false,
  51. "level1Icon": "fa fa-hand-o-right",
  52. "level2Icon": "fa fa-hand-o-right",
  53. "level3Icon": "fa fa-hand-o-right"
  54. },
  55. "pageTop": {
  56. "showLevelIcon": false,
  57. "level1Icon": "fa fa-hand-o-right",
  58. "level2Icon": "fa fa-hand-o-right",
  59. "level3Icon": "fa fa-hand-o-right"
  60. }
  61. }
  62. },
  63. "styles": {
  64. "website": "styles/website.css"
  65. }
  66. }