index.js 471 B

1234567891011121314151617181920
  1. const content = [
  2. {
  3. title: "开发环境",
  4. children: [
  5. ["/setup/ide/nodejs", "Node.js"],
  6. ["/setup/ide/idea", "IDEA"],
  7. ["/setup/ide/vscode", "VS Code"],
  8. ["/setup/ide/nodejs", "vue-cli"],
  9. ]
  10. },
  11. {
  12. title: "服务器配置",
  13. children: [
  14. ["/setup/server/nginx", "Nginx"],
  15. ["/setup/server/tomcat", "Tomcat"]
  16. ]
  17. },
  18. ];
  19. module.exports = content;