index.js 967 B

123456789101112131415161718192021222324252627282930313233343536
  1. const content = [
  2. {
  3. title: "绘图引擎",
  4. path: "/dev/saga-graphy/graphy-engine/",
  5. children: [
  6. ["/dev/saga-graphy/graphy-engine/gradient", "渐变"],
  7. ["/dev/saga-graphy/graphy-engine/composite", "融合"],
  8. ]
  9. },
  10. {
  11. title: "场景管理",
  12. path: "/dev/saga-graphy/scene-manage/",
  13. children: [
  14. ]
  15. },
  16. {
  17. title: "楼层平面图",
  18. path: "/dev/saga-graphy/floor-map/",
  19. children: [
  20. ["/dev/saga-graphy/floor-map/workLine", "工作流程"],
  21. ["/dev/saga-graphy/floor-map/downloadFile", "手工下载楼层底图文件"],
  22. ["/dev/saga-graphy/floor-map/jsonFile", "json数据格式"],
  23. ["/dev/saga-graphy/floor-map/divide", "划分"],
  24. ]
  25. },
  26. {
  27. title: "系统图",
  28. path: "/dev/saga-graphy/system-diagram/",
  29. children: [
  30. ]
  31. },
  32. ];
  33. module.exports = content;