index.js 423 B

12345678910111213141516171819
  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. ]
  9. },
  10. {
  11. title: "服务器配置",
  12. children: [
  13. ["/setup/server/nginx", "Nginx"],
  14. ["/setup/server/tomcat", "Tomcat"]
  15. ]
  16. },
  17. ];
  18. module.exports = content;