index.js 833 B

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