config.js 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. module.exports = {
  2. title: '加加移动服务平台',
  3. description: 'Just playing around',
  4. base: '/appsp-doc/',
  5. themeConfig: {
  6. nav: [
  7. {
  8. text: '演示',
  9. link: 'https://openappsp.anji-plus.com'
  10. },
  11. {
  12. text: 'gitee',
  13. link: 'https://gitee.com/anji-plus/appsp'
  14. },
  15. {
  16. text: 'github',
  17. link: '/'
  18. },
  19. // {
  20. // text: 'git',
  21. // items: [
  22. // {
  23. // text: 'ES6',
  24. // link: 'https://gitee.com/anji-plus/appsp'
  25. // },
  26. // {
  27. // text: 'Vue',
  28. // link: '/js/vue/'
  29. // }
  30. // ]
  31. // }
  32. ],
  33. // sidebar: {
  34. // '/server/': [
  35. // {
  36. // title: 'Group1', //组名
  37. // children: [
  38. // ['', '测试']
  39. // ]
  40. // },
  41. // {
  42. // title: 'Group2',
  43. // children: [
  44. // ['server', '测试2']
  45. // ],
  46. // }
  47. // ],
  48. // '/web/': [
  49. // {
  50. // title: 'Group3', //组名
  51. // children: [
  52. // ['', '测试3']
  53. // ]
  54. // },
  55. // {
  56. // title: 'Group4',
  57. // children: [
  58. // ['web', '测试4']
  59. // ],
  60. // }
  61. // ]
  62. // }
  63. sidebar: [{
  64. collapsable: false,
  65. sidebarDepth: 3,
  66. children: [
  67. '/server/snapshot',
  68. ]
  69. },{
  70. title: '版本&公告',
  71. collapsable: false,
  72. sidebarDepth: 3,
  73. children: [
  74. '/operation/operation-tips',
  75. '/server/deployment',
  76. '/server/ProjectIntroduction',
  77. '/server/server',
  78. '/web/web',
  79. '/app/ios/ios',
  80. '/app/android/android',
  81. '/app/flutter/flutter',
  82. '/updateLog'
  83. ]
  84. },
  85. {
  86. title: '推送',
  87. collapsable: false,
  88. sidebarDepth: 3,
  89. children: [
  90. '/push/push_introduce',
  91. '/push/push-test',
  92. '/push/service',
  93. '/push/hw',
  94. '/push/xm',
  95. '/push/vivo',
  96. '/push/oppo',
  97. '/push/jpush',
  98. '/push/IntegratedDoc'
  99. ]
  100. },
  101. {
  102. title: '其他',
  103. collapsable: false,
  104. children: [
  105. '/other/question',
  106. ]
  107. }]
  108. }
  109. }