index.js 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637
  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. ["/dev/saga-graphy/graphy-engine/arrow", "绘图指令-绘制带有箭头的线段"],
  9. ]
  10. },
  11. {
  12. title: "场景管理",
  13. path: "/dev/saga-graphy/scene-manage/",
  14. children: [
  15. ]
  16. },
  17. {
  18. title: "楼层平面图",
  19. path: "/dev/saga-graphy/floor-map/",
  20. children: [
  21. ["/dev/saga-graphy/floor-map/workLine", "工作流程"],
  22. ["/dev/saga-graphy/floor-map/downloadFile", "手工下载楼层底图文件"],
  23. ["/dev/saga-graphy/floor-map/jsonFile", "json数据格式"],
  24. ["/dev/saga-graphy/floor-map/divide", "划分"],
  25. ]
  26. },
  27. {
  28. title: "系统图",
  29. path: "/dev/saga-graphy/system-diagram/",
  30. children: [
  31. ]
  32. },
  33. ];
  34. module.exports = content;