index.js 824 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. // const dev = require("./dev/index");
  2. // const server = require("./server/index");
  3. const content = [
  4. {
  5. title: "CADExport",
  6. path: "/revit/cad-export/",
  7. children: []
  8. },
  9. {
  10. title: "Revit服务器端化",
  11. path: "/revit/service-revit/",
  12. children: []
  13. },
  14. {
  15. title: "MBI",
  16. path: "/revit/mbi/",
  17. children: []
  18. },
  19. {
  20. title: "厂商库插件",
  21. path: "/revit/firm-lib/",
  22. children: []
  23. },
  24. {
  25. title: "Revit插件",
  26. path: "/revit/revit-plugin/",
  27. children: []
  28. },
  29. {
  30. title: "更新器",
  31. path: "/revit/updater/",
  32. children: []
  33. },
  34. {
  35. title: "relations",
  36. path: "/revit/relations/",
  37. children: []
  38. },
  39. ];
  40. module.exports = content;