book.json 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. {
  2. "description": "记录Gitbook的配置和一些插件的使用",
  3. "language": "zh-hans",
  4. "title": "OYWeb文档(前多玩游戏)",
  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": ["./scripts/mermaid.min.js", "./scripts/index.js"],
  24. "css": []
  25. },
  26. "theme-default": {
  27. "showLevel": false
  28. },
  29. "tbfed-pagefooter": {
  30. "copyright": "Copyright &copy ouj 2020",
  31. "modify_label": "该文件修订时间:",
  32. "modify_format": "YYYY-MM-DD HH:mm:ss"
  33. },
  34. "edit-link": {
  35. "base": "http://svn.ouj.com:3000/dwdoc/web/src/master",
  36. "label": "编辑该页面"
  37. },
  38. "anchor-navigation-ex": {
  39. "showLevel": false,
  40. "associatedWithSummary": true,
  41. "printLog": false,
  42. "multipleH1": true,
  43. "mode": "float",
  44. "showGoTop": true,
  45. "float": {
  46. "showLevelIcon": false,
  47. "level1Icon": "fa fa-hand-o-right",
  48. "level2Icon": "fa fa-hand-o-right",
  49. "level3Icon": "fa fa-hand-o-right"
  50. },
  51. "pageTop": {
  52. "showLevelIcon": false,
  53. "level1Icon": "fa fa-hand-o-right",
  54. "level2Icon": "fa fa-hand-o-right",
  55. "level3Icon": "fa fa-hand-o-right"
  56. }
  57. }
  58. },
  59. "styles": {
  60. "website": "styles/website.css"
  61. }
  62. }